Open AwePhD opened 2 years ago
We should now have updated the tensorboard correlation function, so you can try it again
can't work
can't work
What do you mean? Is my method bad? Or is it related to something else? Can you detail more please?
my mean that when i insert this code to my progress,I cannot get the photograph of my Neutral Network.so what should I do next time.Please give me some advise.Thank you sincerely.
在 2022-11-08 00:29:43,"Mathias Réus" @.***> 写道:
can't work
What do you mean? Is my method bad? Or is it related to something else? Can you detail more please?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Hi,
First of all, thanks for dev of mmdetection, this seems to be a great tool to focus on design of advanced architecture for detection task family.
Bug description
I am trying to visualize FASTER RCNN model graph with Tensorboard. I am not able to properly run the line
write.add_graph
to send the model to tensorboard.Reproduction
the code is strongly based on issue #5140.
Environment
Installed from Dockerfile which is strongly based on the repo Dockerfile. I have done minor changes, here the list :
script.py
which is code written above.Error trackback
Basically the same output as this comment.
Bug fix
I read the following issue #6722, #5140, #5018, #5076, #1006 but I do not think it fixes the issue. Or I really missed something. These issues are solved with an upgrade of
mmcv
ortorch
version. My version of torch is1.8.1
and my version of mmcv is1.3.17
which are higher or equal to the updated version in the issues. I got it that for visualizing metrics I need to use hooks for getting scalars from runner (from what I understood). And for graph, the only thing I can see is to export to ONXX from the mmdet doc but in my case it did not work. Plus, I aim to work on more complex model which use a mix of Deformable Attention layer and language model so I am not sure that ONXX would be usable for visualization of such complex layers.So I am starting to think there is no way to visualize model from MMDET in tensorboard :( I would love to keep using mmdet lib without dropping native torch visualization.
Let me know if you want more details or tell me if I missed something, please.
Regards, Mathias.