Providing Services that take you ahead of your competition.
Work that matters!
Advance Technology Stack just right for your needs!
Serving excellence since 1998.
import tensorflow.compat.v1 as tf
tf.disable_eager_execution()
Don’t mix tf.compat.v1 and TF2 in the same script:
OR
TF1 (Deprecated)
TF2 Alternative
tf.contrib
TensorFlow Addons, Keras layers
tf.summary.*
tf.summary.create_file_writer
tf.Session()
Use @tf.function and eager execution
If you’re stuck with legacy code, try using:
pip install tensorflow==2.3
import warnings
warnings.filterwarnings(“ignore”, category=DeprecationWarning)
©2025 Samyak Infotech Pvt Ltd. | All trademarks, images and logos are the property of their respective owners.