Posts by Eduardo belagamba • 11 points
2 posts
-
0
votes0
answers29
viewsQ: How to resolve the following output:Did you Mean to set reuse=Tf.AUTO_REUSE in Varscope?
I am studying AI with tensorflow, but am facing the following error: Valueerror: Variable generator/Dense/kernel does not exist, or was not created with Tf.get_variable(). Did you Mean to set…
-
1
votes0
answers17
viewsQ: How do I check if a key has been pressed in Python
Hello I am developing an algorithm to make a scrolling of Dungeons & Dragons plug, and as much changes in the plug I wanted to make a scheme where by pressing some key I could modify some value,…