yasunorikudo/chainer-ResNet

About training process

mhmdfiqrii opened this issue · 2 comments

It seems that there is no training process in your code,only including forward prop and prediction.Did I miss something?

Sorry for inconvenient.
This repository doesn't include training scripts.
If you want to train ResNet from scratch, see the chainer sample code that train CNN for ImageNet.(https://github.com/pfnet/chainer/tree/master/examples/imagenet)
You can use my ResNet definition scripts in that sample training code.

I will add training scripts as soon as possible.

Thx for your reply! looking forward to your next post..