Jacob Pfeil

Results 7 comments of Jacob Pfeil

Thank you, @JanuszL! I've implemented the pipeline with your suggestions, but now I'm having issues with the iterator. ``` class Solarize: def __init__(self, threshold: int = 128) -> None: self._threshold...

@lucidrains I couldn't get multi-gpu to work, so I'm moving forward with single-gpu. I tried running imagenet, but I get the adaptive adversarial weight going to nan which causes the...

Thanks @lucidrains. I'll try again with those parameters. I saw it in the taming implementation here: https://github.com/CompVis/taming-transformers/blob/3ba01b241669f5ade541ce990f7650a3b8f65318/taming/modules/losses/vqperceptual.py#L51

@lucidrains Nice. Let me try it out again. No, I don't have any relatives in Massachusetts. Did you meet someone with the last name Pfeil?

That's amazing. It's not a common name. Sorry to hear about your friend.

Hi @iejMac I'd like to follow along if that's okay. It would be great if you could share any changes you make to the codebase to allow for larger scale...