Results 3 comments of Lam Bui

Could you please provide the code to test with an image in normal format? (.jpg or .png, use cv2.imread for examples)

You should never use representation from a generative model like LDA-based to perform a classification task.

> To load from a training checkpoint, replace > > ```python > trainer.train() > ``` > > with > > ```python > trainer.train(resume_from_checkpoint=) > ``` I tried resume training using...