Tony Chen

Results 1 issues of Tony Chen

saver.save(sess, "spikes.ckpt") doesn't work require running tf.global_variables_initializer() for newer version of Tensorflow sess = tf.InteractiveSession() init = tf.global_variables_initializer() sess.run(init) raw_data = [1., 2., 8., -1., 0., 5.5, 6., 13] spikes...