tensorflow-playground icon indicating copy to clipboard operation
tensorflow-playground copied to clipboard

TensorFlow compatibility problems

Open TITAN-PyCompat opened this issue 5 years ago • 0 comments

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!

TITAN-PyCompat avatar May 09 '19 17:05 TITAN-PyCompat