Author / ascomlab.space
-
Implement retrain model by using Inception V3
Training 1. The first thing download python code by Clone from https://github.com/tomtomAnalytics/magicscan
-
Simple steps for install Python and Tensorflow
Python Installation Note ! TensorFlow only supports 64-bit Python 3.5.x on Windows
-
3 Steps How to convert .py to .exe
I. how to change .py to .exe. (In no problem case) Install pyinstaller with command “pip install pyinstaller” “pyinstaller.exe” will located in …/Scripts/ With command “pyinstaller — onefile …/yourfile.py”, it will generate .exe which located in …/Scripts/dist
Loading posts...