-
Hi,
I wonder if there is any way to reduce the size of package libCaffe2.a. Does Caffe2 offer any method, like a customizing compilation, to select what you need in addition to the basic components…
-
![a7a2f8b6-ab5a-4182-9d73-54788dcce4e9](https://user-images.githubusercontent.com/15976989/26931547-6ceadfc8-4c93-11e7-9f68-323a3b1b8035.png)
-
With GTX1080, it takes 24 hours to train 22k iterations, but it seems need to train 1500k iterations. which means it will take more than TWO MONTHS to train the model!!!
INTOLERABLE!!!
-
A benchmark results of a previous version is available here:
```
model_name device_name soc abi runtime init warmup run_avg tuned
mobilenet_v2 …
-
- https://arxiv.org/abs/2101.03697
- CVPR 2021
畳み込みニューラルネットワークのシンプルで強力なアーキテクチャを提案する。
このアーキテクチャは、3x3畳み込みとReLUのスタックだけで構成されたVGGのような推論時のボディを持ち、トレーニング時のモデルは多枝のトポロジーを持つ。
このような学習時と推論時のアーキテクチャの切り離しは、構造的…
e4exp updated
3 years ago
-
Hi,
i am trying to train mobile SSD from https://github.com/chuanqi305/MobileNet-SSD. when trying to train only with quantization without sparse i dont see convergence: loss reaches 5.6 and stagnates…
-
### 你是否已经阅读并同意《Datawhale开源项目指南》?
- [X] 我已阅读并同意[《Datawhale开源项目指南》](https://github.com/datawhalechina/DOPMC/blob/main/GUIDE.md)
### 你是否已经阅读并同意《Datawhale开源项目行为准则》?
- [X] 我已阅读并同意[《Datawhale开源项目行为…
-
Hi @tomaarsen, welcome to my collection of interesting brains, you have been recognized for your interesting and useful project in word inflection generation.
Since github does not provide a chat, if…
-
I modified your work ,added mobilenet in it and compiled successfully,then I test it successfully with
with classifier.but when I train ,some problem occurred.
![image](https://user-images.githubu…
-
I use the default parameters in your code. But I have not got your results. The results are as follows:
* Prec@1 62.320 Prec@5 84.862, prec1 accuracy is only 62 and top5 is only 84.86, I do not know…