TensorFlow 2.0 Upgrade Script
-----------------------------
Converted 1 files
Detected 1 issues that require attention
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
File: _cvae_tf1.py
--------------------------------------------------------------------------------
_cvae_tf1.py:4:0: ERROR: The tf_upgrade_v2 script detected an unaliased `import tensorflow`. The script can only run when importing with `import tensorflow as tf`.
================================================================================
Detailed log follows:

================================================================================
--------------------------------------------------------------------------------
Processing file '_cvae_tf1.py'
 outputting to '_cvae.py'
--------------------------------------------------------------------------------

4:0: ERROR: The tf_upgrade_v2 script detected an unaliased `import tensorflow`. The script can only run when importing with `import tensorflow as tf`.
--------------------------------------------------------------------------------

