Skip to content

Conventions

Amin Kashi edited this page Feb 20, 2020 · 2 revisions

Naming Conventions of LogFiles and Log folders :

  • log [folder]
    • DatasetName_Models'Output [folder]
      • ModelName [folder]
        • configurations.yaml [Contains important settings about dataset generator and training]
        • metric_log.pkl [Contains metric logs]
        • visual_log.pkl [Contains model's predictions through all epochs on a single batch]
        • my_keras_model.h5 [Contains model's weights]
Clone this wiki locally