-
Notifications
You must be signed in to change notification settings - Fork 843
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
torch version #146
Comments
+1. PyTorch == 0.3.1 is not available How to run it on the latest PyTorch? |
PyTorch 0.3.1 is of course available in the list of older versions of PyTorch. However, if we need to get back to 0.3.1, it requires to install an older version of Cuda and Cudnn since PyTorch 0.3.1 does not seem to be compatible to newer Cuda Versions. I personally had to use Cuda 9.0 for which PyTorch 0.3.1 and TorchVision 0.2 are both available in the above directory. |
It is available for some hardware configs , I couldn't find one for my windows system. By the way it is so sad that the authors are not trying to update this repo though DARTS is a well known method in NAS community. |
We implemented DARTS on the newest PyTorch version. please check: https://github.com/qianjiangcn/eh-dnas |
There is no compatible torch version ! PyTorch == 0.3.1 is not available. I need the RNN part and other third party implementations does not have RNN.
The text was updated successfully, but these errors were encountered: