la-serene / English-German-Translation-System

An English - German Neural Machine Translation System informed by Bahdanau et al. (2014).
https://la-serene.github.io/deploy-tf-model-on-aws/
Apache License 2.0
0 stars 0 forks source link

find maxlen then padding in all seq to prevent tf tracing which may become computationally expensive #4

Closed la-serene closed 6 months ago

la-serene commented 6 months ago

training dataset is modified as ((english_inputs, german_inputs), german_targets) to conform tf.keras.models.Model's fit() method.