Closed
Description
❓ Questions/Help/Support
In the cifar10 example when a model is defined inside the process, is the model updated and shared between the nproc_per_node
?
In most of the TPU examples I have seen they define the model before the Parallel
process.
Does the way ignite handles the model ensure the same model is used throughout the training?