This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
v1.2.2
- Easy modular dataset construction with
Problem.dataset
- New
ClassLabelEncoder
for classification problems - Decoding now only loads the model once for all decodes (no more reloads across batches)
- Various other fixes, improvements, including a move to
tf.estimator.Estimator