-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
run in mode CPU date of results not ok.
you need modify dcnv2/src/cpu/dcn_v2_cpu.cpp
DCNv2_latest/src/cpu/dcn_v2_cpu.cpp
Line 61 in 864c285
| auto output = at::empty({batch, channels_out, height_out, width_out}, input.options()); |
line 61: auto output = at::empty({batch, channels_out, height_out, width_out}, input.options());
modify:==> auto output = at::zeros({batch, channels_out, height_out, width_out}, input.options());
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels