quark0 / darts

Differentiable architecture search for convolutional and recurrent networks
https://arxiv.org/abs/1806.09055
Apache License 2.0
3.91k stars 845 forks source link

torch version #146

Open amirreza-m95 opened 4 years ago

amirreza-m95 commented 4 years ago

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 commented 4 years ago

+1. PyTorch == 0.3.1 is not available

How to run it on the latest PyTorch?

ayman-makki commented 3 years ago

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 commented 3 years ago

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 commented 1 year ago

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