Peter Baylies

Results 17 comments of Peter Baylies

@adarob if that's the case, can you at least test that it works on Windows? Cheers.

@adarob There are [some platform-specific differences](https://docs.python.org/3/library/tempfile.html#tempfile.NamedTemporaryFile) with how Windows handles a NamedTemporaryFile. I'll see if I can test this again and get you the specific error I encountered 11 months...

I tested this out, wasn't hard to convert it to a stand-alone script. Note that there is a stray config file used from here - https://huggingface.co/spaces/multimodalart/latentdiffusion/blob/main/latent-diffusion/models/first_stage_models/kl-f8/config.yaml (not the CompVis repo),...

@specblades probably better to start with the notebook, then, it will be friendlier to use.

Looks like this got approved and pushed somewhere, but ultimately never got merged?

I just happened to have this cached, I've put a copy up for download here: https://archive.org/details/latent_training_data.pkl

@hallatore yes, please put up a PR for it; thank you!

Just curious, is there any guarantee that h_min won't be zero, or close to zero, and therefore, should there be a check to make sure we have sane values of...

If you never want an r value above one, then I'd say set that as a max; clamp the range, make sure it's in the valid range you want. And...