Skip to content
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

Jupyter project demo error #23

Open
programminge opened this issue Mar 19, 2019 · 0 comments
Open

Jupyter project demo error #23

programminge opened this issue Mar 19, 2019 · 0 comments

Comments

@programminge
Copy link

programminge commented Mar 19, 2019

Can you please check the jupiter demo, I could not make it work
.
It stuck in this step :
#Initializing and restoring the evaluator net. with evalGraph.as_default(): with tf.variable_scope("discriminator_network"): evaluator = EvalNet(_BATCH_SIZE) evaluator.build_graph() saver = tf.train.Saver()

# Start session evalSess = tf.Session(config=tf.ConfigProto( allow_soft_placement=True ), graph=evalGraph) saver.restore(evalSess, EvalNet_checkpoint`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant