Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 363 Bytes

models.md

File metadata and controls

9 lines (7 loc) · 363 Bytes

Models

Tensorflow Estimators are used.

  • Each model will have its own config handler
    • Which takes in user model parameter
    • Stores the config in model directory
    • Retrieves the model, when the model directory is given
  • Each model inherits the estimator interaface and an feature type