deep_reference_parser icon indicating copy to clipboard operation
deep_reference_parser copied to clipboard

Better handling of padded values

Open ivyleavedtoadflax opened this issue 4 years ago • 0 comments

Padded values are currently handled in a custom way, but could probably be much better handled using tensorflow masking, see: https://www.tensorflow.org/api_docs/python/tf/keras/layers/Embedding, and https://www.tensorflow.org/guide/keras/masking_and_padding

ivyleavedtoadflax avatar Apr 09 '20 23:04 ivyleavedtoadflax