Can I output the log using the function of report in chainercv/examples/semantic_segmentation/eval_semantic_segmentation.py ? Is it possible to use the reporter function without relying on the trainer? I would like to get the same result as when train/eval is done with chainercv/examples/segnet/train.py with learning rate = 0, iter = 1, and the last trained model. The reason why I want to do this is because I am refactoring code in my work project and I want to eliminate duplication of code. Thank you.
Can I output the log using the function of report in
chainercv/examples/semantic_segmentation/eval_semantic_segmentation.py
? Is it possible to use the reporter function without relying on the trainer? I would like to get the same result as when train/eval is done withchainercv/examples/segnet/train.py
with learning rate = 0, iter = 1, and the last trained model. The reason why I want to do this is because I am refactoring code in my work project and I want to eliminate duplication of code. Thank you.