chenxin061/pdarts
Codes for our paper "Progressive Differentiable Architecture Search:Bridging the Depth Gap between Search and Evaluation"
PythonNOASSERTION
Issues
- 0
is there a google Colab implementation? is there any chance I can use your Algorithm in a tabular dataset for classification?
#42 opened by ahmadrasheed - 0
How to caculate GPU-days(cost)?
#41 opened by liqier - 0
The number of filters in each cell
#40 opened by DaweiXi360 - 0
Reproducing the Results
#39 opened by kunjing96 - 0
Reproducing the Results
#38 opened by kunjing96 - 0
CIFAR-100 Performance and Hyperparameters
#37 opened by jyfliu - 0
What does 'operation-level Dropout' mean?
#36 opened by dk-hong - 1
Question regarding the paper
#35 opened by yxchng - 6
parameter stem_multiplier and module stem
#33 opened by xjhcassy - 1
why the learning rate and batchsize in "train_imagenet.py" are different from what said in the paper? Which one can reproduce the result?And is the learning rate related to batchsize ?
#14 opened by AIshenfeng - 1
How to use this algorithm to my datasets..
#22 opened by suryakumara - 11
How many hours on ImageNet of training?
#9 opened by betterhalfwzm - 1
PDARTS on medical images classification
#34 opened by AissamDjahnine - 11
How many layers we need in the evaluation stage?
#27 opened by NdaAzr - 1
lr being passed to train(), but not used
#32 opened by rtarquini - 1
semantic segmentation
#31 opened by NdaAzr - 3
Add more code comment?
#6 opened by coolKeen - 0
Is this a normal case?
#30 opened by mrk1992 - 4
Question about Dropout Rate in Paper
#29 opened by volgachen - 1
- 1
correct RUN command
#24 opened by xiebangquan - 5
which genotype is best?
#21 opened by johsnows - 1
- 1
In the original implementation of DARTS, it is input_search, target_search = next(iter(valid_queue), which slows down the training when using PyTorch 0.4 and above.
#26 opened by BangguWu - 13
For other datasets, is it better to use pre-searched network from cifar, or search from itself?
#13 opened by rtrobin - 2
Is your method only work on CUDA 10?
#23 opened by kids0cn - 10
Multi-gpu support
#5 opened by R00Kie-Liu - 2
use train_search , got genotype like DARTS
#20 opened by ykk648 - 4
if i need train it first and than evalutate?
#15 opened by johsnows - 22
Reproducing the Results, and Questions
#7 opened by drcdr - 1
In arch search process , why use SGD for operation weight and Adam for arch_params ?
#18 opened by JarveeLee - 1
How can resume the train_search.py using weights in log_dir if the code stops due to accidents like power cut ... ?
#19 opened by JarveeLee - 3
- 0
RuntimeError: cuda runtime error (2)
#16 opened by liu-ca - 4
How to test?
#11 opened by zihaozhang9 - 4
Problem while running test.py
#8 opened by Catosine - 1
[BUG] test.py
#12 opened by zihaozhang9 - 1
[Bug]CUDA error: out of memory
#10 opened by zihaozhang9 - 3
- 2
Missing References
#4 opened by D-X-Y - 1
如果只有GTX1080ti(11G内存),如何调整参数,让pdarts也可以跑起来训练?
#2 opened by simonggx