TITAN-PyCompat

Results 11 issues of TITAN-PyCompat

Dear developers, I found some detrimental usages of TensorFlow API which might lead to severe problems like crashes when users use different version of tensorflow. As I fixed in the...

This pr fixed tf api uses that lead to compatibility problems. Details will be shown in issues.

Hi, I noticed some TensorFlow API usage in your code might lead to crash on early version. Some API appeared only in tf v1.0 like `tf.global_variables_initializer`, `tf.local_variables_initializer`, `tf.summary.merge_all` and so...

Dear developers, I observed some TensorFlow api usage in you code that might lead to serious compatibility problems(like crash). In api `tf.cond`, the parameter `true_fn` and `false_fn` appeared in tf...

This pull request fixed some TensorFlow api usage that might lead to compatibility problems. Details will be in the issue.

This pr fixes compatibility problems of API use, which might lead to crash for earlier version of TF. Details are in the issues.

Dear developers, When I use your project, I encountered some usage of deprecated TensorFlow APIs which might be harmful in the future. So I help you to modify it as...

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...

Dear developers, I found some compatibility problems in your use of TensorFlow APIs, which might lead to crashes in a low version of TensorFlow. And I fix it for you...

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` appeared in tf v0.12.0-rc0 and this will induce a...