LAION-AI / LAION-AI/CLAP

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

Open
#149 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
2.3k
Forks
213
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by running train-only-clotho.sh and inspect the dataloader loop in train.py where the first error occurs. Trace the value that reaches the failing .size access and compare it with the expected dataloader output. Done means the training script can loop over and print the dataloader without either reported error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, shell
Domain
machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.