LMZimmer / Auto-PyTorch_refactor

Apache License 2.0
0 stars 2 forks source link

Enhance logging via a logging server #39

Closed franchuterivera closed 3 years ago

franchuterivera commented 3 years ago

We found out in autosklearn that when doing distributed computing, the generation of task in a worker does not retain the root logger.

A solution to this problem is to create a logging server. This is to remind us to port over the logging server once it is integrated to autosklearn.

franchuterivera commented 3 years ago

Hi Ravin, I have assigned this to you because when you push the automl part, it will have the logging server there and we can close this. All logging should already be there so no problem regarding this.