Commits


Vincent Wang authored and GitHub committed 91d42e9d85a
Tool to Convert ONNX Model to TFEvents (#14160) A tool to convert ONNX model to tfevents so that we can use tensorboard to open it for visualization. This is especially useful for debugging when the ONNX model is too large to open by Netron. usage: onnx2tfevents.py [-h] [--logdir LOGDIR] [--model MODEL]