question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tensorflow 2.0 support

See original GitHub issue

This issue encompasses all the exploration required to ensure we can say that tensorflow 2.0 is supported.

There is a good overview covering what is new written by the tensorflow team

I think the 2.0 priorities are

  • eager + tf.function (#279)
  • support SavedModel (#54)
  • tighter integration with the keras & estimators APIs
    • will need a sub issue for this once someone takes it on
  • explore the distribution strategy api
    • may be some MPC benefits here
  • explore tf.data
    • queue runners are being removed in favour of tf.data, and tf.data is now the preferred way to deal with data, is there anything here we can do to provide a tighter integration with tensorflow.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bendecostecommented, Feb 21, 2019

It’s unclear when we would actually do that, plus the issue was exploratory from the start so I recommend opening a new one when the time comes.

0reactions
ianlivingstonecommented, Feb 21, 2019

Should we keep this issue open to track the implementation or open a new one to actually add support for 2.0?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install TensorFlow 2
Install TensorFlow 2. TensorFlow is tested and supported on the following 64-bit systems: Python 3.7–3.10; Ubuntu 16.04 ...
Read more >
Step-by-step Guide to Install TensorFlow 2 | by Chitta Ranjan
Before going forward it is important to know,. TF 1.x also supports Keras, but in 2.0 Keras is integrated tightly with the rest...
Read more >
Installing TensorFlow 2.0 - The Click Reader
Learn to install TensorFlow 2.0 on your local machine in this lesson. TensorFlow 2.0 is tested and supported for Python 3.5–3.8.
Read more >
Installing TensorFlow 2 GPU [Step-by-Step Guide] - neptune.ai
We'll discuss what Tensorflow is, how it's used in today's world, and how to install the latest TensorFlow version with CUDA, cudNN, and...
Read more >
Installation Guide for TensorFlow 2.0 - Pluralsight
Ubuntu and Windows include GPU support. System Requirements. Python 3.5–3.7. pip 19.0 or later (requires manylinux2010 support).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found