Created
March 9, 2020 18:00
-
-
Save hanneshapke/0ce64b4f90207d299a57614ffb8fa80e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input_word_ids = tf.cast(inputs["input_word_ids"], dtype=tf.int32) | |
input_mask = tf.cast(inputs["input_mask"], dtype=tf.int32) | |
input_type_ids = tf.cast(inputs["input_type_ids"], dtype=tf.int32) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment