Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Enforcing dtype in K.zeros_like for mask #517

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ashutoshsingh0223
Copy link

Enforcing dtype in K.zeros_like for mask in recursion function. K.zeros_like failed to infer dtype of mask when a Masking layer is used.

Passed dtype of mask as parameter to K.zeros_like

This pull request fixes #498 and #515

Enforcing dtype in `K.zeros_like` for mask in `recursion` function. `K.zeros_like` failed to infer dtype of `mask` when a Masking layer is used.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error while adding mask_zero=True
1 participant