Jacoobr

Results 7 comments of Jacoobr

Hello @Bartzi @saq1410 , sorry to bother both of you. I met a problem that i can't understand when i try to evaluate svhn model.There are some detials about the...

Hi, @Bartzi , thanks for your reply . I changed nothing in the evaluation code. Now, I try to figure out which evaluator called when i run the evaluation command...

hello, @Bartzi , thanks for your reply. I go through the code and find the data variable (line 150 [code)](https://github.com/Bartzi/see/blob/master/chainer/evaluation/evaluator.py#L150) un changed when the line code is executed ([code](https://github.com/Bartzi/see/blob/master/chainer/evaluation/evaluator.py#L149) )...

Hi @Bartzi , i didn't change [this](https://github.com/Bartzi/see/blob/master/chainer/train_svhn.py#L55) line code and change nothing of this script. Now, i set `--timestpes 4` parameter and train on `easy` dataset (i have set `4...

@Po-Hsuan-Huang , Your idea is every useful and great for 'video instance segmentation task' if it can be implemented as a tool.

Hi, @amlankar , Thanks for your reply. I tried the suggestions that you mentioned step by step. Unfortunatly, i got the same error. And i have tested the attribute` 'requires_grad'`...

Hi @szagoruyko ,I met the same error when i train my network using 'make_dot' function to visulize my nerual network structure. There are the errors as follow: ``` output =...