Captum: Captum for regression problem

Created on 17 Dec 2019  路  2Comments  路  Source: pytorch/captum

Hi all,

I am wondering if there are examples that I could learn to use Captum for regression problem as well as using volume data. My problem setting is feeding volume data with WxHxD (64x64x64) to a 3D convnet which has only one neuron in the top layer that output a real number. Thanks.

question

All 2 comments

Hi @Hailey-Liu , if you leave target=None, you should be able to attribute the output, a real value, to the inputs and layers( in case of layer algorithms) to the network. We don't have tutorials but we have test models which aren't classification models:
https://github.com/pytorch/captum/blob/master/tests/attr/helpers/basic_models.py#L16

Have you tried to do attribution and encountered any problems ?

I see. Thanks for your reply @NarineK . I haven't tried the attribution, still working on familiarizing myself with the Captum.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

berleon picture berleon  路  4Comments

zwacke picture zwacke  路  5Comments

hal-314 picture hal-314  路  5Comments

xiaoda99 picture xiaoda99  路  3Comments

yanbek picture yanbek  路  5Comments