Commit
·
b9774ad
1
Parent(s):
53b19e9
Update main_dl.py
Browse files- main_dl.py +1 -1
main_dl.py
CHANGED
@@ -176,7 +176,7 @@ def decode_sequence_tranf(input_sentence, src, tgt):
|
|
176 |
global translation_model
|
177 |
|
178 |
vocab_size = 15000
|
179 |
-
sequence_length =
|
180 |
|
181 |
source_vectorization = layers.TextVectorization(
|
182 |
max_tokens=vocab_size,
|
|
|
176 |
global translation_model
|
177 |
|
178 |
vocab_size = 15000
|
179 |
+
sequence_length = 50
|
180 |
|
181 |
source_vectorization = layers.TextVectorization(
|
182 |
max_tokens=vocab_size,
|