tensorflow.python.framework.errors_impl.InvalidArgumentError: assertion failed: [0] [Op:Assert] name: EagerVariableNameReuse
# This error is caused in TensorFlow 2.3.1, so Please downgrade to 2.2.0 using the below command
pip install tensorflow-gpu==2.2.0