-
# One-Shot
- 将搜索空间定义为超级网络 `SuperNet` - 包含全部网络
- `One-Shot` 共享权重
- `One-Shot` vs `One-Stage`
- `One-Stage` - 搜索完之后模型可以直接使用,而不再需要retrain等操作
- `One-Shot` - 构造 `SuperNet`
- 大部分 `One-Stag…
-
### Description & Motivation
Hello, I want DirectML backend support, so I have implemented a prototype of DirectML backend for pytorch-lightning so that there is some starting point for the feature…
-
1. For DARTS complexity analysis, anyone have any idea how to derive the *(k+1)\*k/2* expression ? Why 2 input nodes ? How will the calculated value change if graph isomorphism is considered ? Why …
-
**Is your feature request related to a current problem? Please describe.**
Missing API to log / load / autolog ML models to MLflow.
**Describe proposed solution**
Provide an API that integrates d…
-
Hi,
Thanks for your great implementation of DARTS.
I am trying to reproduce your reported results in paper for ImageNet. I ran train_search for Cifar10 and searched new architecture:
DARTS_V3 = …
-
### **Describe the bug**
When I attempt to run the `TransformerModel` using multiple GPUs, I encounter the following error:
```
RuntimeError: unsupported operation: some elements of the input ten…
-
Hey guys, I'm facing a problem that's been driving me nuts. I am a beginner so please forgive me if there are any fundamental mistakes here. Any help is appreciated.
I am using the `TiDE model` to …
-
I am trying to reproduce the results of PDARTS, which looks like it provides awesome performance, congratulations!
Everything here is CIFAR-10. I didn't make any significant source-code mods; al…
drcdr updated
5 years ago
-
Hi, JunrQ:
Thanks for your work, it is really quite helpful~
I have a question: I found that in your FBNet source code, you generate batch_size models for batch_size samples per batch, however, t…
-
Thanks for releasing the code.
I try to reproduce the CIFAR10 result from scratch according to your guidance (cutout enabled):
python ./tools/evaluation.py --auxiliary --cutout --onestage --arch IST…