pesser / edflow

Reduce boilerplate code for your ML projects. TensorFlow and PyTorch.
https://edflow.readthedocs.io/
MIT License
24 stars 13 forks source link

save actual config file not not log file with config values #56

Closed theRealSuperMario closed 5 years ago

theRealSuperMario commented 5 years ago

right now, the actual .yaml file is not saved into the logs folder, but printed into the .log file. It would be nice to actually save the .yaml file

pesser commented 5 years ago

is it not? My configs are saved along with the code in the code subfolder!?

theRealSuperMario commented 5 years ago