Trains the model for a fixed number of epochs. If `valid_data` is set,
...
...
@@ -905,6 +906,7 @@ class Engine:
0. Default None.
callbacks (Callback|None, optional): A list of `Callback` instances to apply
during training. Default: None. (Unused for now)
nvprof_range(list, optional): A list of integers indicating nvprof ranges in form of [start_step, end_step]. Note that if start_step >= end_step, the nvprof will not apply.