Vincent Liu

Results 13 comments of Vincent Liu

Can use the parameter _dependancies_ to define the folders individually

I encountered the same issue on diffusers==0.30.0.dev0. The additional CLI args works on this version as well.

Having the same issue on Kaggle notebook as well. I follow the suggestion above and disable the callback by `engine = Engine(max_epochs=350, task=TaskType.CLASSIFICATION,callbacks=None)` in the main training script.