我正在使用mxnet的微调示例通过以下代码微调我自己的数据:
https://github.com/dmlc/mxnet/blob/master/example/image-classification/fine-tune.py
通过查看common/ fine .py,我不知道如何在微调时保存temp模型。
例如,我想每5000公升保存一次.params文件,我该怎么做呢?谢谢!
https://stackoverflow.com/questions/44473612
相似问题