consistency-models icon indicating copy to clipboard operation
consistency-models copied to clipboard

Error when training: 'list' object has no attribute 'shape'

Open petercmh01 opened this issue 1 year ago • 0 comments

Hi: thanks for the awsome implementation. I encounter an error when training on colab that says the batch images are a list instead of tensor (which does not allow all the .shape method in the code).

I'm not sure if that is cause by the dataloader I wrote. I have attached both the error and my dataloader.

image

ba9fca55616520dc48f1b60e1ac8afd

Can you help me check it? Thank you in advance : )

petercmh01 avatar Jun 04 '23 01:06 petercmh01