tensorfx
tensorfx copied to clipboard
TensorFlow framework for training and serving machine learning models
This is for representing tokenized set of values (eg. comma separated strings or numbers). The ideas is as part of data preparation, one can convert text into a set of...
Found this while trying cloud training. Error can be done locally with: $ pwd .../tensorfx/build/dist $ pip install --upgrade --force-reinstall tensorfx-0.1.4.tar.gz Processing ./tensorfx-0.1.4.tar.gz Complete output from command python setup.py egg_info:...
LogSessionHook: shows time of last batch train, running total time, running throughput LogTrainingHook: loss of last batch train, running total time, running throughput. Also makes summary events Question: why do...