microsoft / nni

An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
https://nni.readthedocs.io
MIT License
14k stars 1.81k forks source link

fix tensorboard bug #5598

Open yjjinjie opened 1 year ago

yjjinjie commented 1 year ago

Description

when we use the tensorboard,we find this tensorboard bug https://github.com/tensorflow/tensorboard/issues/1713

Test Options

Checklist

How to test

ultmaster commented 1 year ago

I've looked at the original issue, and the workaround looks reasonable. However, a better idea might be to support customized tensorboard command.

yjjinjie commented 1 year ago

@microsoft-github-policy-service agree