carpedm20 / carpedm20/ENAS-pytorch
AttributeError: 'str' object has no attribute 'datset'
- Dominant language
- Python
- Stars
- 2.7k
- Forks
- 486
- PR merge metrics
- No merged PRs in 30d
Description
Traceback (most recent call last):
File "main.py", line 48, in
main(args)
File "main.py", line 26, in main
dataset = data.image.Image(args.data_path)
File "/home/comp/csxinhe/Code/ENAS-pytorch/data/image.py", line 8, in __init__
if args.datset == 'cifar10':
AttributeError: 'str' object has no attribute 'datset'
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the argument passed to data.image.Image in main.py with the attribute accessed in data/image.py, using the reported traceback as the entry point. Reproduce the failure through main.py, then verify that dataset initialization no longer raises this AttributeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100