-
Notifications
You must be signed in to change notification settings - Fork 695
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
Show texts properly in SVG mode of AlexNet #44
base: master
Are you sure you want to change the base?
Conversation
Thanks for the PR? Could you describe the issue it addresses? |
Sure, sure. Currently, only webGL mode allows text to be displayed for the AlexNet. It is a hotfix that displays the text of the tensor and conv dimensions in SVG mode. |
Ah! That's quite useful! When I test the PR on my machine, switching to SVG mode on the AlexNet vis still disables the "show dimensions" radio buttons. I think you can fix that here? Lines 354 to 359 in 7382c74
|
@alexlenail I updated your comment in 0978d1a. Thank you for your comment! |
Hi @SuziKim On your fork, I can't turn on dimension labels in SVG rendering: Is that what you're seeing also? |
May I ask about your environment? @alexlenail |
Can you make it such that it will make a visualisation for any PyTorch model? also in the conv layers, instead of making big cubes, can you segment it into grids, with multiple filters not connected into a cube but as different layers and also, a small number showing the output dimensions at a chosen layer, with the 2p-k/s equation? Would be really helpful, Thanks :) |
If there's a better way, please feel free to discuss!