CompVis / latent-diffusion

High-Resolution Image Synthesis with Latent Diffusion Models
MIT License
11.05k stars 1.44k forks source link

训练问题,ImageNet #189

Open angel707 opened 1 year ago

angel707 commented 1 year ago

训练自动编码器,报一下错误,请问是什么原因呢? IndexError: Caught IndexError in DataLoader worker process 0. Original Traceback (most recent call last):

IndexError: list index out of range

hbaghramyan commented 1 year ago

Hey,

I am facing the same issue. Are you training on ImageNet?

CharlieJCJ commented 1 year ago

Facing the same issue. I'm also training on ImageNet

deeptimhe commented 1 year ago

It seems the indices in imagenet_train_hr_indices.p larger than the number of imagenet training images.

I replaced ImageNetSRTrain with ImageNetTrain.

dreamlychina commented 1 year ago

if i want to train my own datasets,should I train the autoencoder first using my own datasets??

dreamlychina commented 1 year ago

大佬,你跑通了?求指导

hbaghramyan commented 1 year ago

if i want to train my own datasets,should I train the autoencoder first using my own datasets??

nah, it is not a strict requirement although desired. You can also use one of the autoencoders (the checkpoints) on the repo. It would give you an idea of how the model performs. If it is good, then you may go and train your own autoencoder. But for the first check-up, I would go with a trained autoencoder.

hellohahaw commented 5 months ago

大佬,你跑通了?求指导

大佬跑通了吗?能不能指导一下

ALABAMABANANA commented 2 weeks ago

大佬,你跑通了?求指导

同学你好 请问最好跑通了吗?谢谢