carpedm20 / carpedm20/DCGAN-tensorflow
TypeError: '_FlagValues' object is not iterable
Open
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
File "main.py", line 70, in main
flags_dict = {k:FLAGS[k].value for k in FLAGS}
TypeError: '_FlagValues' object is not iterable
Help, has anyone encountered this problem?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with main.py line 70 and inspect how FLAGS is defined and used around the failing dictionary comprehension. Reproduce the TypeError in the TensorFlow/DCGAN entry point; the issue does not name a test or define a confirmed expected fix, so completion would require establishing the intended flag handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100