Skip to content

Instantly share code, notes, and snippets.

@eileen-code4fun
Created January 21, 2022 06:00
Show Gist options
  • Save eileen-code4fun/8554d62beb30c955258d48addc5eb992 to your computer and use it in GitHub Desktop.
Save eileen-code4fun/8554d62beb30c955258d48addc5eb992 to your computer and use it in GitHub Desktop.
Translation Model
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