AttributeError: 'dict' object has no attribute 'size'
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.
The subsequent second error is an AttributeError: 'dict' object has no attribute 'size'.
Is there any resolution for this issue?
Thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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