-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot visualize .pbtxt file #223
Comments
The file will load if you rename it to |
Thanks a lot! |
The file uploaded previously was generated by caffe2 when training a model with 2 GPUs so it contains nodes on all GPUs (including gradient ops), which may cause the visualization very clutter. So, I upload a new file predict_net.pbtxt.txt which contains nodes with ops for inference only on single GPU, which can give a clear visualization of the network structure for better understanding. The network was proposed in DensePose as a baseline model, which consists of a ResNet-50 as backbone network and three branches for person detection and dense pose estimation. More details can be found in the paper and its code. BTW, both uploaded files end with |
Hi, I'm trying to visualize a network saved in net.pbtxt file which was generated by my
caffe2
code using netron of both web browser and MacOS App versions. However, both of them gave me the following error message:Error loading model. Unsupported file content for extension '.pbtxt' in 'net.pbtxt'.
What am I supposed to do to make it work?
The text was updated successfully, but these errors were encountered: