Skip to content

fix indexerror for retinanet in torch1.x#135

Open
alibool wants to merge 1 commit into
MIC-DKFZ:torch1xfrom
alibool:torch1x
Open

fix indexerror for retinanet in torch1.x#135
alibool wants to merge 1 commit into
MIC-DKFZ:torch1xfrom
alibool:torch1x

Conversation

@alibool
Copy link
Copy Markdown

@alibool alibool commented Mar 14, 2022

keep_ix / fg_probs.shape[1] returns a float tensor which can not be used as index with torch 1.x.

`keep_ix / fg_probs.shape[1]` returns a float tensor  which can not be used as index with torch 1.x.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant