-
Thank you for your test code, do you have training code or ProxylessNAS training code? I'm a beginner with NAS. Thank you.
-
https://github.com/quark0/darts/blob/b6d4fe1692a67d81adaa3d4bfd7c13e3dcb1d443/cnn/train_search.py#L147
Hi, thank you for releasing code! nice work!
But I discover something I can't understand. In …
-
-
hi, @yuhuixu1993, thank you for sharing your amazing work.
I have tried your code to search a network on cifar10, and I followed the instruction ``python train_search.py'' to run the code; however…
-
Hi @liamcli,
Thanks for sharing your works.
>NOTE: PyTorch 0.4 is not supported at this moment and would lead to OOM.
Above OOM refers to error below?
darts/cnn/test.py:86: UserWarning: vo…
-
What do folks think about an AutoML framework integrated within Kubeflow? Here is one https://github.com/CiscoAI/amla
-
Hi,
Impressive work!
The train scipts contains a large combination of various hyper-parameter options.
However, there are different types of models, and even many models are contained even within t…
-
What's the recommended way to train the results of `train_search.py`? This is the end of my `log.txt`:
```
...
2018-06-27 13:25:46,378 epoch 49 lr 1.023679e-03
2018-06-27 13:25:46,379 genotype = …
-
Hi Hanxiao,
I train this model https://github.com/quark0/darts/blob/master/rnn/genotypes.py#L33 on PTB. I obtain the similar validation performance (val ppl = 59.0), but the test ppl (61.3) is much…
D-X-Y updated
5 years ago
-
I am using V100 gpu which has 16G memory. Here is the error log-
```
07/10 07:05:24 PM valid 000 2.609589e+00 47.656250 76.562500
THCudaCheck FAIL file=/pytorch/aten/src/THC/generic/THCStorage.cu l…