Hi, thank you for your outstanding work, I have re-train model again, when I try to test my model, I found it is very time-consuming to make a test like python main.py --yaml_path configs/hsergb_test.yaml I guess` this may be due to saving prediction results during testing, which takes a long time. If I only want to obtain test metrics, how should I modify the configuration file? thank you.
Hi, thank you for your outstanding work, I have re-train model again, when I try to test my model, I found it is very time-consuming to make a test like
python main.py --yaml_path configs/hsergb_test.yamlI guess` this may be due to saving prediction results during testing, which takes a long time. If I only want to obtain test metrics, how should I modify the configuration file? thank you.