Replies: 4 comments 1 reply
-
I also didn't find a good way to visualize the models. When debugging I usually simply print them. As they are torch.nn.Module objects they will be displayed in a pretty-printed way, which could somehow work. |
Beta Was this translation helpful? Give feedback.
-
Hi, @Atmoboran. I'm trying to use the approach available in the branch |
Beta Was this translation helpful? Give feedback.
-
Strange, I have installed them inside a pyenv environment with python==3.11 without issues:
|
Beta Was this translation helpful? Give feedback.
-
Are you using another environment manager ?Which errors you have seen ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to visualize the model? I have mainly used tensorflow so far and i really liked the .plot_model function to get a feeling for what is happening inside the models. I have tried to use torchviz.make_dot on the Prithvi Models, but haven't managed to plot it. Does someone have a way to visualize it? (Not conceptually like in the paper, but actually showing all the layers and their connections.)
Best,
atmoboran
Beta Was this translation helpful? Give feedback.
All reactions