Discussion:
[conda] I cannot run the program again even I fix it until I restart the IPython kernel.
LoFeng Chang Lo
2018-06-01 01:56:41 UTC
Permalink
Hi there,

I am a novice in Anaconda/Spyder and I encountered a problem that every
time when I compile a wrong program like below under spyder, I cannot run
the program under spyder again even I fix it until I restart the IPython
kernel. I seems the sypder is stuck on some state. Any suggestions?

Best Regards,




import tensorflow as tf

with tf.variable_scope("foo",reuse=True):
v2=tf.get_variable("foo/v",[1])
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/7a2597a3-8fed-4ca7-8131-d641244f368c%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...