You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a question regarding the relationship between total_epochs and dataset_ratio. Can I set the dataset_ratio to 1? It seems that the original sampler, torch.nn.parallel.DistributedDataParallel, does not require this parameter.
The text was updated successfully, but these errors were encountered:
Hello, I have a question regarding the relationship between
total_epochs
anddataset_ratio
. Can I set thedataset_ratio
to 1? It seems that the original sampler,torch.nn.parallel.DistributedDataParallel
, does not require this parameter.The text was updated successfully, but these errors were encountered: