Open jxxtin opened 3 months ago
Hi jxxtin, I retested the script and did not encounter this problem. I guess the cause of this may be that the ckpt you downloaded is corrupted. The ckpt file for geo2mat_imagen should have 6.2G
I meet this problem too, and I download the ckpt again, the problem also exist. My solution is: "model.load_state_dict(torch.load(ckpt_path, map_location=model.device)['state_dict'], False)", I'm not sure if this is a side-effect solution, but it does ignore the problem.
Hello,
I downloaded the pre-trained script using
python setup/download_ckpts.py
.when I tried to run the sampling code with the following command:
python -m src.trainer --opts src/models/omages64_DiT/cfgs/pipeline_N2G2M.yaml --gpus 0 --mode 'test'
I got the following error
Could you please provide some guidance on how to resolve this?