ZilinGao / Global-Second-order-Pooling-Convolutional-Networks

Global Second-order Pooling Convolutional Networks (cvpr2019 GSoP)
MIT License
129 stars 29 forks source link

Checkpoint file loading #13

Closed anandhiray closed 1 year ago

anandhiray commented 2 years ago

In the train.sh it says --GSoP_mode checkpoints/$GSoP_mode\ and therefore when I tried to start from the checkpoint file, it said invalid int value for GSoP mode. I changed it to --GSoP_mode $GSoP_mode\ and it worked.