carpedm20 / carpedm20/DCGAN-tensorflow
How to input new testing set to the trained discriminator
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, so I want to feed in new testing images to the trained discriminator. I restored the model but don't know what should I feed in the self.sess.run. Can anyone help? Should I code this in __init__ or should I make a new function within the DCGAN class?
Many thanks!
Contributor guide
No contributing guide indexed for this repository
Research direction
Read the DCGAN class and the model-restoration path, focusing on the self.sess.run usage and the questions about __init__ versus a separate function. Establish what input a restored discriminator expects for new testing images, then document a reproducible usage path and verify that it answers the issue's inference question.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- tensorflow
- Domain
- machine-learning
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100