adobe-research / custom-diffusion

Custom Diffusion: Multi-Concept Customization of Text-to-Image Diffusion (CVPR 2023)
https://www.cs.cmu.edu/~custom-diffusion
Other
1.87k stars 139 forks source link

TypeError: ModelCheckpoint.__init__() got an unexpected keyword argument 'every_n_epochs' #63

Closed sam-motamed closed 1 year ago

sam-motamed commented 1 year ago

White trying to train the cat examples, I am getting the following TypeError. Any ideas what is the cause?

TypeError: ModelCheckpoint.__init__() got an unexpected keyword argument 'every_n_epochs'

nupurkmr9 commented 1 year ago

Hi, Can you mention the Pytorch lightning version you are using? Thanks.

sam-motamed commented 1 year ago

Indeed a lightning version issue. Fixed.