Closes #29
Closes #18 (closed)
ModelBase
class to implement quickly a deep net, that will work out-of-the-box in TensorflowModelServe
application. The model inherits from keras model class, and can be used as such. Provides a very intuitive framework to code:
Dataset.dataset
and TFRecords
classes
examples/tenso rflow_v2x/fcnn
code comments and README)