I'm using mxnet's fine-tune example to fine-tune my own data with this code:
https://github.com/dmlc/mxnet/blob/master/example/image-classification/fine-tune.py
By viewing common/fit.py, I got no idea of how to save temp model when I fine tuning.
For example, I wanna save .params files every 5000 iters, how can I do it? THX!