Jonathan Rahn

Results 4 issues of Jonathan Rahn

changed print statements to always use python 3 print function

Based on #1161. I've mostly taken and adapted Flax->PT code from [transformers](https://github.com/huggingface/transformers). My test scenario is currently this: ```python from diffusers import FlaxStableDiffusionPipeline, StableDiffusionPipeline from diffusers import AutoencoderKL, UNet2DConditionModel import...

**Is your feature request related to a problem? Please describe.** I'm using the new Flax pipeline for dreambooth training and want to be able to use the trained model on...

stale

Hi all, Thanks for providing this library! I‘m trying to understand, if it would be a good fit for my use case. I‘ve pre-trained BERT from scratch on chess positions...