You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for open-sourcing the project.
I was trying to visualize the network graph for models (SDMGR) specifically. But since the data input to the model are wrapped in DataContainer from mmcv I was not able.
Do you have any suggestion to create Model's Graph to better understand input and output flows. One Example I was using was : https://github.com/waleedka/hiddenlayer to get the flow& structure of model
The text was updated successfully, but these errors were encountered:
@cuhk-hbsun , I was revisiting the paper but was not able to find the number of parameters in the model. And since pytorch model summary is not working, can you please with it?
Thanks for open-sourcing the project.
I was trying to visualize the network graph for models (SDMGR) specifically. But since the data input to the model are wrapped in DataContainer from mmcv I was not able.
Do you have any suggestion to create Model's Graph to better understand input and output flows. One Example I was using was : https://github.com/waleedka/hiddenlayer to get the flow& structure of model
The text was updated successfully, but these errors were encountered: