Closed vmayoral closed 5 years ago
@vmayoral looks good, thanks for the PR 👍 Could you please also mention that in the API section in the README: https://github.com/TeamHG-Memex/tensorboard_logger#api
Also if you want to log to different destinations, IMO a cleaner approach would be to create several tensorboard_logger.Logger
instances and use them to log values, instead of using the global one. Also you can call configure
multiple times to override default config. But still unconfigure
makes sense and has it's place.
Will do, thanks for the response! I'll be back with an update.
@lopuhin, done. Let me know if you require more changes.
Useful when logging repeatedly across different destinations.