Motoki Sato
Motoki Sato
I will review this PR later! Thank you for this PR. Please wait a little.
Could you add `README.md` in `./deformable_convnets/README.md`? I think all file path can be in `./deformable_convnets/`. In my opinion, `mnist` directory is not needed. Please write requirements library in README. ```...
I am trying to run this PR code, Is it fine for you? ``` $ python deformable_convnets/mnist/train_mnist.py --gpu 0 GPU: 0 # Minibatch-size: 100 # epoch: 20 deformable: 1 epoch...
If you could add a model for Pascal VOC object detection and its results, please add it! Thank you for your great work!
I think we need to create template for PR.
Thank you for your report! Could you try to use following command? ``` $ cd data/imdb/ $ wget http://sato-motoki.com/research/vat/imdb_list.zip $ unzip imdb_list.zip ```
Thank you for your notebook. ``` $ cd data/imdb/ $ wget http://sato-motoki.com/research/vat/imdb_list.zip $ unzip imdb_list.zip ``` Then add `encoding='utf-8'` at every with open() in preprocessing.py Please let me know the...
Hi @susht3, > 1. You can train deep-crf in mini batch. you mean `batch` is all training data? > 2. For example, each line is `word` and `tag` set. ```...
Hi, thank you for your report. I notice that I also get the same error. I will try to fix it. @massongit Do you have any idea to solve this...
I'm sorry. I found the bug and I fix it now. Please use recent commit version? @masakuri If you have further problems, Please let me know.