Mmdetection: how to use the tensorboard to visualize the model?

Created on 10 May 2019  路  5Comments  路  Source: open-mmlab/mmdetection

Most helpful comment

@yxchng If you just want to log the loss, you can simply uncomment this line.

All 5 comments

We will support it after an upstream bug being fixed. https://github.com/pytorch/pytorch/pull/20116

@hellock In the mean time, is there any quick solution to use the torch.utils.tensorboard officially supported in PyTorch 1.1.0? Actually I just need a way to access the loss during training, then I would be able to code the rest myself.

@yxchng If you just want to log the loss, you can simply uncomment this line.

I want to visualize the model using TensorboardX too, but encountered with some problems, when will you support it?

Hope this feature added soon, thank you.

Was this page helpful?
0 / 5 - 0 ratings