Migrate code from tensorflow 1 to tensorflow 2
I've got a couple of projects in TensorFlow 1 (1.4, 1.9, 1.13, etc.). As Tensorflow 2.0 is released now, how can I migrate my projects to TensorFlow 2.0?
I've got a couple of projects in TensorFlow 1 (1.4, 1.9, 1.13, etc.). As Tensorflow 2.0 is released now, how can I migrate my projects to TensorFlow 2.0?
What type of model do you have for converting? If it is a public and very known architecture, why don't you want to use the new Tensorflow 2.0 implementation of the same network?