tensorflow-playground
tensorflow-playground copied to clipboard
TensorFlow compatibility problems
Dear developers,
I observed some TensorFlow api usage in your code that might lead to serious compatibility problems(like a crash).
tf.global_variables_initializer
,tf.summary.merge_all
appear in tf v0.12.0-rc0 and this will induce a crash if used in earlier version.
This also happens to tf.summary.scalar
which appears in v0.11.0rc0.
I have made some patches in pr #7 to fix this problem. Look forward to your repsonse! @wangz10 Thanks!