chainer-ResNet
chainer-ResNet copied to clipboard
Deep Residual Network implementation by Chainer
I want to download pretrained chainer model .npz to continue to train.
I completed all instructions mentioned by you in the guidelines. on executing: python predict.py --model ResNet152 --img cat.png I am getting an error message: Traceback (most recent call last): File...
It seems that there is no training process in your code,only including forward prop and prediction.Did I miss something?