-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What are the in/output node names for Generator and Discriminator? #381
Comments
I print out the ops in the frozen graph and only see the generator model: (ignore all the 'prefix/' in names)
If I understand it correctly, the layer of type Placeholder is the input and the tanh is the output. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to export a frozen pb file from the trained checkpoint file, how can I know the input and output node names for G and D?
I've tried summarize_graph but it gave me lots of possible nodes. It's hard to tell which.
Thanks!!!
The text was updated successfully, but these errors were encountered: