-
Notifications
You must be signed in to change notification settings - Fork 162
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
AttributeError: module 'ncluster' has no attribute 'set_backend' #28
Comments
You can safely comment out that line. I'm planning to merge repo this week, the actual repo is this one https://github.com/cybertronai/imagenet18_ |
Thanks for the reply. If I understand correctly, the code shall run on a local machine and would automatically connect to our AWS account to set up everything? I am not sure if I understand how to run the code correctly but now I got the error as follows: |
Sorry, that seems to be a bug in ncluster, I will update it today and cut new version. Temporary workaround is to define an account alias, as described here -- https://docs.aws.amazon.com/IAM/latest/UserGuide/console_account-alias.html |
Should be fixed, do Here's a log of a recent run from that branch I will consolidate all the branches later this week |
btw, understanding is correct, it will automatically setup all the machines. The machines will should shut down automatically after training is done, but check just in case |
Hi, thanks for your update. It seems the problem still exists on my side. Not sure if it is the problem of the configuration of my computer. Thanks anyway! |
Sorry for confusion, this repo is out of date, Just ran through this today on fresh account and seems to work, let me know if something doesn't work |
Hi,
Thank you for releasing the code. I got the error "AttributeError: module 'ncluster' has no attribute 'set_backend'" while I try to run the code. Could you please let me know how to solve this? Thanks
The text was updated successfully, but these errors were encountered: