approx-ml / approx

Automatic quantization library
https://approx-ml.github.io/approx/
Apache License 2.0
11 stars 1 forks source link

Look into adding logging #24

Open bushshrub opened 2 years ago

bushshrub commented 2 years ago

Describe the solution you'd like Logging would be quite useful, to diagnose problems with the library itself. Logging could also represent TensorBoard/wandb and other experiment trackers.

Additional context It would be helpful to hook SummaryWriter or some other way to log experiments automatically.