Clone of TensorFlowPythonExamples but having multiple operators to form a small network
- Python 3.X
- TensorFlow 1.15
tfpem.py <- TensorFlow Python Model Manager
examples/
[EXAMPLE NAME]/
__init__.py
Follow the purpose of the model
TBA
$ /path/to/python -B <path/to/tfpem.py> [EXAMPLE NAME 1] [EXANMPE NAME 2] ...
NOTE. Add "-B" option not to generate "pycache".
TBA