mtewes / tenbilac

Neural network for inverse regression problems
1 stars 2 forks source link

Add config option to log to file #54

Closed mtewes closed 7 years ago

mtewes commented 7 years ago

It's actually doable to control these things from "outside" tenbilac, as a user. But it would be more convenient if tenbilac directly had such an option to simply log into its own workdir, and stop propagating what is written to file to the parent logger calling tenbilac.

mtewes commented 7 years ago

Will do this now, should be fast

mtewes commented 7 years ago

This is not that trivial, given the multiple threads. They all have only one logger instance, and using that it does not seem easy to save the training log for each committee member into a dedicated file.

mtewes commented 7 years ago

💩 Worked on this in branch 54, it works, but far from perfect.

mtewes commented 7 years ago

Done, closing this