Kevin Chih-Yao Ma

Results 8 issues of Kevin Chih-Yao Ma

Hi all, Thank you so much for your interest in the project and the released code. We made sure that the code can robustly reproduce the numbers we reported in...

help wanted

Hi all, Thank you so much for your interest in the project and the released code. We made sure that the code can robustly reproduce the numbers we reported in...

help wanted

After start the server, the server seems to work fine until I try to access localhost:8120 via web brower. It seems that the issue is because there were too much...

When running on ImageNet, I got this error. `ValueError: Variable d_h0_conv/w/Adam/ does not exist, or was not created with tf.get_variable(). Did you mean to set reuse=None in VarScope?` After searching...

Hi, I am trying to use multiple GPUs on my workstation for your code. I thus use `GID=0,1,2,3` in the command to start a training session. However, it seems that...

Hi Thank you for sharing this project with us! I am curious why did you change the default `AdaptiveAvgPool2d` of ResNet to `AvgPool2d`. How does this change affect the performance?...

Hi, Thanks for sharing the code with us. I am curious why do we need to pre-generate and save the projective transformation parameters. This doesn't seem like an expensive computation,...

HI, szagoruyko Thank you for the excellent code! I am developing a CNN for activity recognition. Our model will largely benefit with a pre-trained model. I am wondering if you...