Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Convolution Backward Pass with kernel_size > 1 #605

@pclucas14

Description

@pclucas14

Hi,

I'm currently trying to implement a custom convolution operation (foward and backward passes). I am starting from the code provided here

I am getting an error with the backward pass, as d_o and I don't have the same Height H and Width W (when the kernel size is > 1).

Is there currently a way to define the classic convolution operator with backward and a filter size > 1 pass using Tensor Comprehension ?

(Note that I'm not using TC.make_autograd, as this functionality does not seem to be available with the currently released conda package)

Thanks,
Lucas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions