generative-models icon indicating copy to clipboard operation
generative-models copied to clipboard

No “test_step()” method defined to run `Trainer.test`.

Open yanyu0526 opened this issue 1 year ago • 4 comments

When I train the model of mnist.yaml, such an error occurred. 屏幕截图 2023-12-16 203645

yanyu0526 avatar Dec 16 '23 12:12 yanyu0526

Have you solved this problem?

l-dawei avatar Dec 28 '23 05:12 l-dawei

Hi,do you know how to solve this?

Steven-Xiong avatar Dec 30 '23 22:12 Steven-Xiong

Hi, Have you solved this problem?

django9 avatar Dec 31 '23 09:12 django9

Set default=True of this argument. (Skipping test at the end of training)

  • https://github.com/Stability-AI/generative-models/blob/9d759324e914de6c96dbd1468b3a4a50243c6528/main.py#L98

yjhong89 avatar Jan 01 '24 23:01 yjhong89