Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upport code to tensorflow2.0 #87
Conversation
Compile and run code with tf2.0. Eager execution is disabled. Tested code with python 3.5 Signed-off-by: Punit Vara <punitvara@gmail.com>
|
Either #86 or this PR should get merged. Preferably this one. @adityakusupati Can you please review this ? |
|
I will try to set it up next week and test it out. @metastableB and @harsha-simhadri any thoughts? I think this is important for tf 2.0 transition. |
|
@punitvara , a couple of things
|
|
Ok sure. I will push in tf directory once review is done I will create new PR with tf 2.0 |
|
@adityakusupati I am of the opinion that we should hold out on this PR for a little bit longer till we have a clear view on what we are going to focus on; eager or static compilation. If you feel like going ahead with supporting static graphs with TF2.0, please do so. You can get a clean diff w.r.t @punitvara Thanks for your contributions! |
punitvara commentedMay 20, 2019
Compile and run code with tf2.0. Eager execution is
disabled. Tested code with python 3.5
Signed-off-by: Punit Vara punitvara@gmail.com