alexandrosstergiou / SoftPool

[ICCV 2021] Code for approximated exponential maximum pooling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A problem I encountered when I was training

Adong-1209 opened this issue · comments

Hi @Adong-1209,

Are you using the latest pytorch version? Based on this post your error could be related to the pytorch version used to run your code.

You can also use the force_inplace flag alternatively, if you want a quick fix.

Closing for now but feel free to re-open a new issue if there are any other problems.