Skip to content
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

Open
amirreza-m95 opened this issue Jul 11, 2020 · 4 comments
Open

torch version #146

amirreza-m95 opened this issue Jul 11, 2020 · 4 comments

Comments

@amirreza-m95
Copy link

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.

@dingchenghu
Copy link

+1. PyTorch == 0.3.1 is not available

How to run it on the latest PyTorch?

@ayman-makki
Copy link

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.

@amirreza-m95
Copy link
Author

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.

@qianjiangcn
Copy link

We implemented DARTS on the newest PyTorch version. please check: https://github.com/qianjiangcn/eh-dnas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants