Created
January 21, 2022 06:00
-
-
Save eileen-code4fun/8554d62beb30c955258d48addc5eb992 to your computer and use it in GitHub Desktop.
Translation Model
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
class Spa2EngTranslator(tf.keras.Model): | |
def __init__(self, eng_text_processor, spa_text_processor, unit=512): | |
pass | |
def call(self, eng_text, spa_text): | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment