Naiyan Wang
Naiyan Wang
A fast workaround is to convert the grayscale image into color image... If you want to use grayscale image, you can implement a new data iterator for it. Other part...
Hi @juliandewit Could you fix your coding style and submit a PR on this? I would like to merge it into master
Thanks @juliandewit Good luck with your competition!
Hi, Thanks for the contribution. Before merge, please fix your coding style in the PR, i.e. 1. using two spaces instead of tab for indentation, 2. the location of {...
@fangli1992 Have you tried xavier on kaiming.conf or googlenet? If it does not work well, try to add clip_gradient = 10 at the end of the config.
As replied above, try xavier initialization. I am not sure whether the issue is caused by windows version. On Tuesday, September 1, 2015, fangli1992 [email protected] wrote: > Thank for your...
This makes sense, because you need a much larger connection in the last fc layer in 44900 categories.
It is a bit hard to know which part causes this issue only according to your description.... Could you pass me a minimum set of samples could reproduce this issue?
I wish you could provide more details for us to reproduce this issue...
Is your problem related to @chengchengowen's problem? Seems you only have 10 classes in total.