Closed Nikronic closed 5 years ago
Which version are you using? Please follow the issue template. Thanks.
Sorry, the previous problem solved and was my fault. But I tried this one on Google colab with latest versions of all packages, and my local system with packages as I mentioned. Thanks for help
So does the problem solved?
Not actually, I edited the whole post!!!
@Nikronic did you solve the problem?i have met the same one
@xwjBupt No. I still have the same issue. I do not know why they do not answer anything about this issue, but I tried to use Visdom by Facebookresearch but they do not provide any API for graph creation, so I am trying to Impelement my model in Tensorflow and use Tensorboard to handle my problems then convert final model to PyTorch again.
If you find anything helpful, I would be appreciated if you comment. Thank you
Hi, please try:
w.add_graph(CoarseNet(input_channels=3, output_channels=1), dummy_input, True, operator_export_type="RAW")
with the master branch.
Thank you so much.
@xwjBupt problem solved. Look at the guide provided by @lanpa
This is my network architecture:
And I am trying to show graph in tensorboard using this code:
And the result:
Environment: