darts icon indicating copy to clipboard operation
darts copied to clipboard

support latest pytorch

Open MandyMo opened this issue 6 years ago • 5 comments
trafficstars

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.

MandyMo avatar Jun 19 '19 01:06 MandyMo

does work -> does not work ?

tmp-coder avatar Jul 02 '19 08:07 tmp-coder

does work -> does not work ?

thank you.

MandyMo avatar Jul 02 '19 09:07 MandyMo

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 avatar Jul 30 '19 12:07 alphadl

@alphadl Hi, I tried your multi-GPU code, but it doesn't seem to work effectively. Could you help me?

shentanyue avatar Dec 11 '19 07:12 shentanyue

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.

fortunechen avatar Feb 19 '21 11:02 fortunechen