Closed LJXLJXLJX closed 4 years ago
Hi @LJXLJXLJX , Sorry for the late reply. I think add GC block just before the skip connection will be fine.
@xvjiarui Thank you, it worked, but took a really long time to converge.
@LJXLJXLJX Hello, what is your initial learning rate?
Considering the limitations of hardware performance, I tried to train a lightweight model. So I use resnet18. But resnet18 use basicblock instead of bottleneck, but it seems that you don't inplement it for basicblock. If I want to use gc block in basicblock , how can I designed it? Thank you !