Skip to content
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

For 3D Networks? #33

Open
DISAPPEARED13 opened this issue May 10, 2021 · 3 comments
Open

For 3D Networks? #33

DISAPPEARED13 opened this issue May 10, 2021 · 3 comments

Comments

@DISAPPEARED13
Copy link

Hello!
I want to check my 3D CNN model's GPU using with torchstat, but it seems not support inputs with more than 3D...
assertionerror occured..
any solutions to solve this problem? or can you recommend some effective tools to check GPU usage? thx..

@DISAPPEARED13
Copy link
Author

assert isinstance(input_size, (tuple, list)) and len(input_size) == 3

@DISAPPEARED13
Copy link
Author

if i cancel the assert sentence, torch.nn 's 3D layers are not suported by torchstat

@ShinoSpace
Copy link

try another package "thop"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants