Efficient-Computing icon indicating copy to clipboard operation
Efficient-Computing copied to clipboard

IPG:有关Inference和Test的问题

Open Carry-w opened this issue 1 year ago • 2 comments

您好!最近在学习您IPG的这篇文章!readme中这里有一些疑问点,图中红框处的{path_to_checkpoint}和{path_to_eval_config}不太理解是什么含义。以及这里似乎只有跑训练集的指令,当我训练完成模型之后,如何只运行测试集呢,可以提供对应的指令吗。不胜感激! image

Carry-w avatar Oct 13 '24 02:10 Carry-w

你好,感谢对我们工作的关注!

将eval_folder参数递入exec.py时,会只运行validation,不运行训练。

YuchuanTian avatar Oct 24 '24 06:10 YuchuanTian