ValueError: Variable <tf.Variable 'TensorGraph/base_params/float32_1000_12288:0' shape=(1000, 12288) dtype=float32> has `None` for gradient. Please make sure that all of your ops have a gradient defined (i.e. are differentiable). Common ops without gradient: K.argmax, K.round, K.eval.
I've attached a minimal example of this that recreates the issue. You can try it out by commenting/uncommenting lines 53-54. I had to change the filetype to .txt to upload here
I've been following the
from_nengo
example (https://www.nengo.ai/nengo-dl/examples/from-nengo.html) as a starting point, and when I include the following lines, which are in the example,I get this error
I've attached a minimal example of this that recreates the issue. You can try it out by commenting/uncommenting lines
53-54
. I had to change the filetype to.txt
to upload heresingle_dense_layer.txt