-
Hello!
First of all awesome code and article.
I would like to test this method in a UNet GAN used for fingerprint reconstrtuction.
It is unclear to me how to induce the use of a new generator. I…
-
Hi
I have 2 questions about how to derive the final architecture:
1. I use the default search script on cifar10 ```python train_search.py --unrolled --seed 0``` to search the architecture. I foun…
Ian09 updated
4 years ago
-
Leave a link to statblocks that break SBC here. That could be statblocks that outright crash SBC or ones that lead to incorrectly created Actors in Foundry (e.g. wrongly calculated stats).
-
Short summary about the issue/question:
In NAS examples (ENAS or DARTS), the final architecture can be exported by trainer.export(). However I do want to know the best found architecture's accurac…
-
Hi, there are some confusions
1.I try to reproduce the DARTS-V1 results by your codes, but final result is `3.28+-0.04`.
2.I replaced the DARTS genotype searched by [quark0/darts](https://github.c…
-
/kind feature
We should support DARTS algorithm in Katib.
I start to work on it.
Original paper: https://arxiv.org/abs/1806.09055.
/area nas
-
Hello,
I would like to begin by thanking you for this work. Me as an intern , i am investigating PC-DARTS for my breast-cancer diagnosis task ( classification of different cancers ). and I am trying…
-
Why did you search directly in the train set and did not sample the val set from the cityscapes train set?
Will the searched arch not overfit in the cityscapes val set?
-
I am getting 31% validation accuracy after the search directly on imagenet, is it the same with what you guys got? If not, can you tell me what is the validation accuracy I should expect at the end of…
-
when I run this command
srun -n 128 --gres 1 -p 0.5 python train_baseline_search_triplet.py --distributed True --config configs/Retrieval_classification_DARTS_distributed_triplet.yaml
(I do not kn…