greydanus / excitationbp

Visualizing how deep networks make decisions
66 stars 24 forks source link

KeyError: 'VolumetricConvolution_updateOutput' #9

Open ghost opened 5 years ago

ghost commented 5 years ago

import excitationbp as eb Traceback (most recent call last): File "", line 1, in File "/work/qinfeng/excitationbp/excitationbp/init.py", line 9, in from .functions.eb_convNd import * File "/work/qinfeng/excitationbp/excitationbp/functions/eb_convNd.py", line 322, in _bind_functions() File "/work/qinfeng/excitationbp/excitationbp/functions/eb_convNd.py", line 316, in _bind_functions 'update_output': make_update_output(fns[name + '_updateOutput']), KeyError: 'VolumetricConvolution_updateOutput'

Do you know how to solve the problem ,sir?

pavanbnv commented 5 years ago

Comment the lines

'VolumetricConvolution',

    'VolumetricConvolutionMM',
    'SpatialDilatedConvolution',
    'VolumetricDilatedConvolution',
 #   'SpatialFullConvolution',
   # 'VolumetricFullConvolution',

from lines 306 in eb_convNd.py

pavanbnv commented 5 years ago

FYR

https://github.com/pytorch/pytorch/blob/fc8834df4b9c129fb40ea26641ac8aaeeb702428/aten/src/THCUNN/generic/THCUNN.h The header does not contain the VolumetricConvolution