Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TensorFlow APIs compatibility problems #22

Open
TITAN-PyCompat opened this issue May 10, 2019 · 0 comments
Open

TensorFlow APIs compatibility problems #22

TITAN-PyCompat opened this issue May 10, 2019 · 0 comments

Comments

@TITAN-PyCompat
Copy link
Contributor

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

I made some patches for these APIs in #21

And I noticed some issues asked about tf.concat. It's another problems I found too. The paramter sequence/name has changed since tf v1.0. If you need, I can made some patches too.

I know it's a old problem, maybe you don't want to be compatible with too old versions. But it's also a compatibility problem right? @burness @soloice

Look forward to your reply, Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant