MLBazaar / MLBlocks

A library for composing end-to-end tunable machine learning pipelines.
https://mlbazaar.github.io/MLBlocks
MIT License
114 stars 35 forks source link

How to compose TensorBoard into pipeline during training #138

Open Antsypc opened 3 years ago

Antsypc commented 3 years ago

I have tried MLBlocks, MLPrimitives, Orion to train neural network models, but it seems like there is no way to add some custom operations, such as TensorBoard.

BTW, I'm curious about roadmap of MLBlocks. Once I tried this, it didn't save my time actually, due to lots of annotation work. But I was wondering it's good for AutoML. TF/Pytorch do have good AutoML tools, so I'm not sure for now.