macrocredit
macrocredit
### Branch/Tag/Commit main ### Docker Image Version nvcr.io/nvidia/pytorch:22.09-py3 ### GPU name A-5000 ### CUDA Driver 12 ### Reproduced Steps ```shell Error encounter while running the below in the docs: cd...
Hi - When running the inversion script I have the following error: python3 main.py --base configs/latent-diffusion/txt2img-1p4B-finetune.yaml -t --actual_resume /scratch/xyz/textual_inversion/models/ldm/text2img-large/model.ckpt -n run_2 --gpus 0,1,2,3 --data_root /scratch/xyz/textual_inversion/img/datasets/cat_statue --init_word cat" I got the...
Hi - Great work! I have one question: _loss, jvp = fc.jvp(f, (tuple(params),), (v_params,))_ Do you know why _jvp_ is a scalar? I would have thought that this is a...