We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi: I have 8 GPUs in one computer. if I use model = nn.DataParallel(model) in train_serach.py,it can't works.How to train pc-dart by using 8 gpus?
The text was updated successfully, but these errors were encountered:
Hi, @sybilWsybil ,I think there is no need to use 8 gpus on CIFAR. You can run train_search_imagenet.py to search on Imagenet.
Sorry, something went wrong.
Thank you!
你好,请问运行test.py文件时,里边的model.pt是什么时候生成的,为什么我运行了train_search.py和train.py都没有生成这个文件?
No branches or pull requests
Hi:
I have 8 GPUs in one computer. if I use model = nn.DataParallel(model) in train_serach.py,it can't works.How to train pc-dart by using 8 gpus?
The text was updated successfully, but these errors were encountered: