search on cifar10 cost about 6 hours, using 1080Ti
Hi, did you install PyTorch (and other dependencies) correctly? This implementation is slightly slower than the one used in the paper because of type checking, but the training requires at most 30 mins.
Hi, did you install PyTorch (and other dependencies) correctly? This implementation is slightly slower than the one used in the paper because of type checking, but the training requires at most 30 mins.
i use python 3.7.4, does it matter ?
It is not supported.
@hx621 did you use the subset of the training set for training the sub-policies? With 4000 images, I trained 20 sub-policies with 4 operations for 200 epochs and it took me 36 minutes using a single GPU. I used Python 3.7, Pytorch 1.13, CUDA 11.3.1 and Homura.