-
What does the step mean in the controller?
```
for node in range(self.steps):
```
I think it's a number of blocks in each cell. In the original paper, there are 5 blocks in either normal cell o…
-
dogsheep-photos allows to annotate photos using Apple Photo's db. It would be nice to have such ability on other OSes too. For example using trained local model or using Google Vision API (see #14).
-
Some CNNs
- https://github.com/BertMoons/Comparing-CNN-Architectures
- https://github.com/CeLuigi/models-comparison.pytorch
- https://github.com/yeephycho/nasnet-tensorflow
Some superresolutions…
-
I get this error while loading the weights:
``` python
RuntimeError Traceback (most recent call last)
in ()
----> 1 model=model.load_state_dict(weights)
/opt/conda…
-
- 【SqueezeNet、DeepCompression、XNORNet、Distilling、MobileNetV1、ShuffleNet】[五种CNN模型的尺寸,计算量和参数数量对比详解-电子发烧友网](http://cache.baiducontent.com/c?m=9d78d513d9d430d84f9a93690c66c0101d43f6672bd6a04423888449e3732…
-
- GANs
- https://github.com/kozistr/Awesome-GANs
- https://github.com/nightrome/really-awesome-gan
- adversarial (currently no meta)
- https://github.com/tensorflow/cleverhans
- https://g…
-
Thanks for sharing your great work!
The MobileNet-v1 you trained achieved 72.9 top-1 acc. which surpasses the reported number (70.6) in original paper by a large margin. Could you please explain th…
-
| tflite | cpu | acl_cl | acl_neon
:--: | --: | --: | --: | --:
MobileNet V1 | 199.3 | 297.5 | 80.6 | 55.6
fps | 5.0 | 3.4 | 12.4 | 18.0
RSS | 40,876 | 74,144 | 128,648 | 75,940
HWM | 44,380 | …
-
-
Hi
when run demo.py , get this error ;
```
File "demo.py", line 92, in main
model = get_model(cfg)
File "/home/arash/Desktop/age-gender-estimation/src/factory.py", line 8, in get_model
…