TKK_E32232028/.venv/bin/tf_upgrade_v2

7 lines
228 B
Python

#!/home/falih/Documents/faceeeeee/.venv/bin/python
import sys
from tensorflow.tools.compatibility.tf_upgrade_v2_main import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())