bdzyubak / tensorflow-sandbox

A repository for studying applications of Deep Learning across fields, and demonstrating samples of my code and project managment
0 stars 0 forks source link

Fresh model initialization removes previous results #22

Closed bdzyubak closed 2 years ago

bdzyubak commented 2 years ago

The train fresh setting is meant to remove previous iterations of training and history for a particular model, but currently will do it for all models under a common project.

E.g. while training, efficientnet will create its own: Histopathology/trained_model/efficientnet but also un-intentionally remove: Histopathology/trained_model/resnet Histopathology/trained_model/dense_net

bdzyubak commented 2 years ago

Patched in 146bf0a49315839a435d1ba7b39644fcf66e30b7.