torchstat
torchstat copied to clipboard
For 3D Networks?
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..
assert isinstance(input_size, (tuple, list)) and len(input_size) == 3
if i cancel the assert sentence, torch.nn 's 3D layers are not suported by torchstat
try another package "thop"