carpedm20 / carpedm20/DCGAN-tensorflow

'DCGAN' has no object 'data'

Open
#298 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7.2k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

I have downloaded the mnist data,. When I try to run the main.py code using the command in the readme. I get an error:

> if len(self.data) < self.batch_size:
> AttributeError: 'DCGAN' object has no attribute 'data' '

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by running the command in the README against the downloaded MNIST data and inspect main.py where the DCGAN object accesses self.data. Confirm why the data attribute is missing, then verify that the README command runs without the AttributeError.

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
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.