open-mmlab / mmdetection3d

OpenMMLab's next-generation platform for general 3D object detection.
https://mmdetection3d.readthedocs.io/en/latest/
Apache License 2.0
5.29k stars 1.54k forks source link

can offer the network structure of second from tensorboard ? #55

Closed zyxcambridge closed 4 years ago

zyxcambridge commented 4 years ago

pytorch 1.4 can support tensorboard ? tensorboard can show the network structure ? i want to get the network structure of second or pointpillars , can you help me ?

ZwwWayne commented 4 years ago

We only use tensorboard to record the loss, learning rate, and evaluation results. To know the structures of models, you can check the log. We already log the structure of model in the log by this line of code.