Closed deep-diver closed 2 years ago
decouple files under model directory
model
common.py
IMAGE_KEY
utils.py
transformed_key
hyperparams.py
signatures.py
serving_default
Nice work! Could you add a README or brief descriptions at the top of each of the individual scripts to denote what they're responsible for doing?
Absolutely!
@sayakpaul
addressed your comment :)
decouple files under
model
directorycommon.py
to define common variables like key names (i.e.IMAGE_KEY
)utils.py
to define common utility function like log andtransformed_key
hyperparams.py
to define a set of default hyperparameterssignatures.py
to define the signature for theserving_default
.