Releases: waikato-datamining/tensorflow
Releases · waikato-datamining/tensorflow
wai.tflite_model_maker v0.0.3
- handling custom hyper parameters now correctly
wai.tflite_model_maker v0.0.2
- added tools for image classification (train/predict)
- added support for model optimization (float16, dynamic)
wai.tflite_model_maker v0.0.1
- initial release (only support for object detection)
wai.tfimageclass v0.0.14
- added
--replace_chars
option toretrain.py
to better manage what characters get replaced with blanks in labels
wai.tfimageclass v0.0.13
- added ability to
stats.py
to output confusion matrix as well (--output_conf_matrix
and--conf_matrix_type
)
wai.tfimageclass v0.0.12
poll.py
now handles keyboard interrupts properlystats.py
can use tflite model now as well, using--graph_type tflite
wai.tfimageclass v0.0.11
poll.py
can output predictions now in: csv, xml, jsonlabel_image.py
can output predictions to stdout or a file and in: plaintext (current), csv, xml, json
wai.tfimageclass v0.0.10
- removed ability to split images into grid from
poll.py
- added
tfic-export
tool to export saved model folder to Tensorflow lite model - added support for using tflite models to
tfic-poll
andtfic-labelimage
wai.tfimageclass v0.0.9
poll.py
accidentally redefined variable for resetting session (int/bool)
wai.tfimageclass v0.0.8
poll.py
now re-initializes the Tensorflow session every X processed images to avoid out of memory problems (--reset_session
option).