LAION-AI / CLAP

Contrastive Language-Audio Pretraining
https://arxiv.org/abs/2211.06687
Creative Commons Zero v1.0 Universal
1.43k stars 137 forks source link

AttributeError: 'dict' object has no attribute 'size' #149

Open kily-wmz opened 6 months ago

kily-wmz commented 6 months ago

Hi! When I run the script train-only-clotho.sh, the first error I encounter is the inability to loop and print the dataloader in the train.py file during training.

1714726289382

The subsequent second error is an AttributeError: 'dict' object has no attribute 'size'.

1714726439113 1714726482121

Is there any resolution for this issue? Thanks