You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Hi, there.
I found mx.nd.contrib.boolean_mask gives a wrong gradient when gradient addition on it. mx.nd.contrib.boolean_mask doesn't support Gradient Addition.
Environment info (Required)
----------Python Info----------
Version : 3.7.3
Compiler : GCC 8.2.1 20181127
Build : ('default', 'Mar 26 2019 21:43:19')
Arch : ('64bit', 'ELF')
------------Pip Info-----------
Version : 19.0.3
Directory : /usr/lib/python3.7/site-packages/pip
----------MXNet Info-----------
Version : 1.5.0
Directory : /home/wkcn/proj/incubator-mxnet/python/mxnet Hashtag not found. Not installed from pre-built package. ----------System Info----------
Platform : Linux-5.1.6-arch1-1-ARCH-x86_64-with-arch
system : Linux
node : MiraiT
release : 5.1.6-arch1-1-ARCH
version : #1 SMP PREEMPT Fri May 31 15:17:53 UTC 2019
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Feature
Description
Hi, there.
I found
mx.nd.contrib.boolean_mask
gives a wrong gradient when gradient addition on it.mx.nd.contrib.boolean_mask
doesn't support Gradient Addition.Environment info (Required)
Package used (Python/R/Scala/Julia):
Python
Build info (Required if built from source)
Compiler (gcc/clang/mingw/visual studio): gcc
MXNet commit hash:
b0be6c5
Build config:
make -j 5 USE_OPENCV=1 USE_BLAS=openblas USE_MKLDNN=0
Minimum reproducible example
Steps to reproduce
What have you tried to solve it?
mx.nd.contrib.boolean_mask
doesn't support GradAdd.The text was updated successfully, but these errors were encountered: