issues
search
12 results
for deepmad
Best match
Best match
Most commented
Newest
Recently updated
Least commented
Oldest
Least recently updated
alibaba/lightweight-neural-architecture-search
#17
请问这个怎么用于mlp的网络结构搜索?
![image](https://github.com/alibaba/lightweight-neural-architecture-search/assets/110704880/452e7ffa-30f8-400c-9a4c-40a980e1a493) 这个关于CNN网络的规划问题似乎不能很好套用在mlp上。 ![image](https://github.com/alibaba/l…
kennyorn1
updated
1 year ago
4
alibaba/lightweight-neural-architecture-search
#7
The calculation of FLOPs seems to be wrong
The FLOPs calculation during the search is missing the multiplication by 2. ```python def get_flops(self, resolution): # return self.flops * resolution**2 return self.flops * res…
jianhuiliao
updated
1 year ago
1
上一页
1
...
1
2
...
2
下一页