Commit f1d43378 by 雾雨魔理沙 Committed by Thierry Moreau

[Relay] Fix typo in ChangeBatch (#3660)

parent 16fefd89
......@@ -920,7 +920,7 @@ class ChangeBatch:
----------
data: Dict[relay.Var, int]
A dictionary of all the params to change.
The keys are all params, and the values is which dimension hold the batch.
The keys are all params, and the values are which dimension hold the batch.
batch_size: int
The batch size to change to.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment