Horovod Mxnet how to create DistributedTrainer object #3914
Unanswered
uday-rao-aera
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
trainer = Trainer(epochs=epochs,
num_batches_per_epoch=num_batches_per_epoch,
hybridize=False, # set to True if you want to hybridize the network for faster execution
ctx=context,
callbacks=callbacks
)
How to complete for distributed training.
DistributedTrainer does not take estimator and trainer parameter
Beta Was this translation helpful? Give feedback.
All reactions