carpedm20 / carpedm20/DCGAN-tensorflow
train_size: expected one argument
Open
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
It's pretty sad when I start train with minist dataset:
python main.py --dataset mnist --train_size=28 --input_height=28 --output_height=28 --train
Then the error exist as follow:
main.py: error: argument --train_size: expected one argument
How to solve about it? Thanks!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in main.py and reproduce the reported command with the mnist dataset and train_size value. Inspect how the command-line arguments are handled; done means the command accepts --train_size=28 without the reported error and proceeds to training.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- cli, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100