Jim Fan

Results 8 issues of Jim Fan

I don't have an issue to report. I just want to say, THANK YOU SO MUCH for this mind-blowingly amazing tool. I dreamed of such a plugin before, and can't...

Love ❤️

Thanks for open-sourcing this great repo! I have been using this code with stable diffusion checkpoints. There are 2 key features that https://github.com/CompVis/stable-diffusion supports, but seem to be missing here:...

enhancement

I'm able to install the library successfully, but I get this error when I try to run the example command: ```python Traceback (most recent call last): File "/opt/conda/lib/python3.8/runpy.py", line 194,...

Hi, I borrowed some snippets from your codebase for the distributed GPU and minibatch-within-batch training in my own project. However, I found that training using `manual_backward()` + FP16 does not...

I've read a few similar questions before, but I'm still a bit confused by the concept of HWM on recv side. Specially, I want to use PUSH/PULL pattern so that...

Has anyone trained EfficientNet-B0 from scratch on ImageNet and successfully reproduced the results? I used the model in this repo and tried to follow the hyperparameters as closely as I...

This is one of the best papers I've read this year. Thank you so much for open-sourcing it! Do you still have the code for TD3-HER baseline? Would you mind...

Markdown code: ``` Let $\delta$ be a three-way switch between experiments: $$ \begin{cases} 0, & Eval^0 \\ 1, & Eval^1 \\ 2, & Rand \mbox{: truly random function} \end{cases} $$...