darts
darts copied to clipboard
support latest pytorch
Since the original code does not work well with Pytorch 0.4 or later, regard this concern, I reimplement the CNN part that supports the latest Pytorch, and the code is available at https://github.com/MandyMo/DARTS.
does work -> does not work ?
does work -> does not work ?
thank you.
I also improved the code to make it compatible with PyTorch 1.1 while allowing multi-GPU training on both RNN and CNN experiments.~ you can refer: https://github.com/alphadl/darts.pytorch1.1
@alphadl Hi, I tried your multi-GPU code, but it doesn't seem to work effectively. Could you help me?
I also improved the code to make it compatible with PyTorch 1.1 while allowing multi-GPU training on both RNN and CNN experiments.~ you can refer: https://github.com/alphadl/darts.pytorch1.1
hi, the weight in your code should require grad. However after I change this line, I still cannot reprodcue rnn result in this paper.