Avsecz / gin-train

Tracking ML experiments using gin-config, wandb, comet.ml and S3.
MIT License
5 stars 3 forks source link

Add generic logger for different experiment tracking libraries #10

Open Avsecz opened 5 years ago

Avsecz commented 5 years ago

Since there are multiple solutions available for tracking ML experiments, it would be nice to have an abstract ExperimentLogger() class and specific implementations of it to allow for all the other platform-specific experiment classes.