Thanks for your great work on this project.
I downloaded the model checkpoints using python scripts/download_resources.py, added the following to my .env file:
DIFFUSION_FMNIST_MLP_CHECKPOINT_N_EPOCH=540+2 # add the epoch-num of the checkpoint you want to use with 2 (TODO: fix this) DIFFUSION_FMNIST_MLP_CHECKPOINT=/workspace/FLIPD_RF/flipd/outputs/downloads/dgm-geometry/checkpoints/diffusions/fmnist/epoch=540-step=253729.ckpt
Then I ran:
python scripts/train.py dataset=fmnist +experiment=train_diffusion_greyscale +checkpoint=diffusion_fmnist +callbacks@all_callbacks.lid=flipd_curve all_callbacks.lid.frequency=1 all_callbacks.lid.lid_estimation_args.method=hutchinson_gaussian
But I got the following error:

I would be grateful if you could point out what I may have done incorrectly.
Thanks!
Thanks for your great work on this project.
I downloaded the model checkpoints using
python scripts/download_resources.py, added the following to my.envfile:DIFFUSION_FMNIST_MLP_CHECKPOINT_N_EPOCH=540+2 # add the epoch-num of the checkpoint you want to use with 2 (TODO: fix this) DIFFUSION_FMNIST_MLP_CHECKPOINT=/workspace/FLIPD_RF/flipd/outputs/downloads/dgm-geometry/checkpoints/diffusions/fmnist/epoch=540-step=253729.ckptThen I ran:
python scripts/train.py dataset=fmnist +experiment=train_diffusion_greyscale +checkpoint=diffusion_fmnist +callbacks@all_callbacks.lid=flipd_curve all_callbacks.lid.frequency=1 all_callbacks.lid.lid_estimation_args.method=hutchinson_gaussianBut I got the following error:
I would be grateful if you could point out what I may have done incorrectly.
Thanks!