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
The reason for this bug is that if there are sparse parameters in the model when the regularization is added, some ops' inputs will become sparse data and dense data which is not supported currently.
To fix this bug(test_machine_translation.py will be hung out with regularization), the following tasks need be completed.
Fix #8697
The reason for this bug is that if there are sparse parameters in the model when the regularization is added, some ops' inputs will become sparse data and dense data which is not supported currently.
To fix this bug(
test_machine_translation.py
will be hung out with regularization), the following tasks need be completed.Make elementwise_add_op's input supportting SelectedRows type. Enhance elementwise_add #8935concat rows
. Enhance look_up_table op #8932The text was updated successfully, but these errors were encountered: