First, make sure you could reproduce the results with our provided setting.
First, make sure you could reproduce the results with our provided setting.
After that, you could start to make a new change one at a time to help debug.
After that, you could start to make a new change one at a time to help debug.
___
___
Q8: What value of `eval_crop_size` should I use?
A: Our model uses whole-image inference, meaning that we need to set `eval_crop_size` equal to `output_stride`* k + 1, where k is an integer and set k so that the resulting `eval_crop_size` is slightly larger the largest
image dimension in the dataset. For example, we have `eval_crop_size` = 513x513 for PASCAL dataset whose largest image dimension is 512. Similarly, we set `eval_crop_size` = 1025x2049 for Cityscapes images whose
9.**ImageNet Large Scale Visual Recognition Challenge**<br/>
9.**ImageNet Large Scale Visual Recognition Challenge**<br/>
Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, Alexander C. Berg, Li Fei-Fei<br/>
Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, Alexander C. Berg, Li Fei-Fei<br/>
[[link]](http://www.image-net.org/). IJCV, 2015.
[[link]](http://www.image-net.org/). IJCV, 2015.
10.**Deep Residual Learning for Image Recognition**<br/>