-
in paper said that we can use cpu with small memory source ,but when i run `sh tools/dist_search.sh configs/classification/deepmad_29M_224.py` 32G memory was used in 10 sec and the job has been aborte…
-
I'm wondering how to use the 3D CNN you provided in the project, when we modify the parameters in config files, it will always raise some surprising errors. Could you please give us some instructions …
-
If I want to use the Deepmap method to create a specific parameter quantity resnet or create my own resnet101, how should I call the script? Is this open source
-
Hello, Can i do Nas for myself data set based on your source code?
-
-
计算方差以及得分的代码对应lightweight-neural-architecture-search/tinynas/scores中的那一个呢?计算特征图方差是通过模型前向推理数据得来的吗?还是将其转化到以计算通道的方式,和deepmad类似?
-
[The format of the issue]
Paper name/title:
Paper link:
Code link:
amusi updated
9 months ago
-
May I ask if there is code related to the paper (deepmad) Guideline 3. Non-Decreasing Number of Channels part. I can't find your constraint in (https://github.com/alibaba/lightweight-neural-architect…
-
![image](https://user-images.githubusercontent.com/110704880/234178830-9ab8b424-1174-40e5-9fb4-08433d65b681.png)
I went over how you derived the entropy of the MLP. I found that the final formula n…
-
Hi. I am interesting in what is the parameter setting for num param=0.5m
```python
budget_model_size=5e5
max_layers=18
population_size=512
evolution_max_iter=480000 # we suggest evolution_max_it…