-
HI, when I run the main.py it show me: that I "can not find opts.json in results path". I also can not run following command: "python main.lua -h"
-
1. My solver is:
test_iter: 500
test_interval: 6000
base_lr: 0.05
display: 30
max_iter: 1500000
lr_policy: "multistep"
gamma: 0.1
momentum: 0.9
weight_decay: 5e-05
snapshot: 6000
solver_mod…
-
-
Hello, I encountered the following problems when testing the demo:
“RuntimeError: GET was unable to find an engine to execute this computation”
how to solve it?thank you!
-
First of all, thanks for your amazing work as well as sharing the necessary resources to encourage the reproducibility of your work. However, I have been encountering some issues to even executing the…
-
Hi guys,
I completely followed the project homepage instructions (all the software versions are strictly aligned) and tried to run the Go bot with the pretrained v2 model but failed with the msg:
…
hejin updated
5 years ago
-
* face_recognition version: lasted version
* Python version: python3.6
* Operating System: windows10
### Description
I feel like I've found a solution
切换环境可以使用miniconda
![image](https://user-i…
-
## 一言でいうと
ResNetの学習の振る舞いを調査した研究。勾配消失が何故防げているのかを解き明かしている。
ultra-deepなシングルネットワークだが、実は複数のネットワークが並行し、上層で結合しているように(アンサンブルのように)振る舞っている。また、gradientとして貢献しているのはshort path(勾配の伝搬を上手く行っているのがshort path)。deep pat…
-
Thank you for the great work.
Besides, Does anyone try to train with CIFAR-10. I have followed the setup for Mnist: replace the data loader of Mnist to CIFAR-10, change input dimension from 1 to 3,…
-
Hello! I've found a performance issue in your project: `batch()` should be called before `map()`, which could make your program more efficient. Here is [the tensorflow document](https://tensorflow.goo…