chensonglu

Results 7 comments of chensonglu

@gitUserGoodLeaner I encounter the same problem and changing the "base_lr" from 0.001 to 0.0001 works for me.

Thanks. @hieudt-pixelz @mkaraki48 It works. However, for tensorflow 1.8.0, it needs protobuf>=3.4.0. So i have to downgrade the tensorflow or other ways. Anyway, good answer.

@LorenzoLamberti94 thanks, it works. After that, we also need to change "type(input)" to "input.type()" in the line 18 of "roi_pooling.py".

same problem. I don't find the resnet101 definition in the whole code

@szagoruyko set None parameters works for me, thanks