RangiLyu / nanodet

NanoDet-Plus⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphone🔥
Apache License 2.0
5.77k stars 1.04k forks source link

请问可视化的时候横坐标为什么是iteration而不是epochs数,怎么修改采样频率 #507

Open phonver opened 1 year ago

phonver commented 1 year ago

QQ图片20230404201458 可视化训练结果的时候,发现横坐标是我的iteration数量,并且记录的太频繁了导致图像不好看,请问怎么把记录的横坐标变成我的epoch数,并且每一个epoch记录一次loss就行。 找不到修改的地方。。。。