Florian C.F. Schulz
Florian C.F. Schulz
https://github.com/maga33/DSGAN/blob/9747be11ddcc2e0dba7290aa9c64041c969eed2f/Inpainting/train.py#L223 Awesome work! I was amazed about how your simple trick improved diversity so much. Small question: Going through your code (see above) and paper I feel like that there...
## Problem It is currently impossible to create the model via `madeleine.models.factory.create_model_from_pretrained` without cuda availability due to the following line. [madeleine.models.factory import create_model_from_pretrained](https://github.com/mahmoodlab/MADELEINE/blob/419287dc60a57296d959840b893481019c4f0d21/madeleine/models/factory.py#L32) ## Fix If I don't miss anything,...