danielenricocahall / elephas

Distributed Deep learning with Keras & Spark
MIT License
17 stars 5 forks source link

Incorporate Real Logging #13

Open danielenricocahall opened 1 year ago

danielenricocahall commented 1 year ago

Right now, we're just using print statements for logging - we should use something like structlog or even just the builtin logging package.