-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with @ex.main and if __name__ == '__main__': #854
Comments
There are some reasons I can't use |
Hi @HanGuangXin! Happy new year! Unfortunately, you have to use For the multi-GPU training: what exactly is not working and do you know why? |
+1 |
+1 |
When I use
@ex.main
andif __name__ == '__main__':
, MongoObserver collect no data.There is minimal code to reproduce my error:
Looking forward to your reply!
The text was updated successfully, but these errors were encountered: