hao1635 / LEDA

Official implementation of "Low-dose CT Denoising with Language-engaged Dual-space Alignment"
7 stars 1 forks source link

About autoencoder checkpoint #1

Open wdayang opened 7 months ago

wdayang commented 7 months ago

Hi Zhihao,

thanks for your interesting work. I wonder if it is possible for you to disclose the vqgan checkpoint file? as indicated in LEDA_loss.py, line 36: self.vqgan.init_from_ckpt('/mnt/miah203/zhchen/vq_gan_result/2024-02-19T02-22-27_vqgan_spae_3l_2020/testtube/version_None/checkpoints/epoch=100-step=161600.ckpt' ?

I know it's from the first step training, but it would be greatly appreciated if you could release the checkpoint here for easy reproduction. Thank you!

Best, Dayang

JaneHopper12138 commented 6 months ago

Hi Zhihao,

thanks for your interesting work. I'm also having the same problem as wdayang. I wonder if it is possible for you to disclose the vqgan checkpoint file? as indicated in LEDA_loss.py, line 36: self.vqgan.init_from_ckpt('/mnt/miah203/zhchen/vq_gan_result/2024-02-19T02-22-27_vqgan_spae_3l_2020/testtube/version_None/checkpoints/epoch=100-step=161600.ckpt' ?

I know it's from the first step training, but it would be greatly appreciated if you could release the checkpoint here for easy reproduction. Thank you!

Best, JaneHopper12138