Demosthene-OR
commited on
Commit
•
19d2b13
1
Parent(s):
cb82670
Update main_dl.py
Browse files- main_dl.py +1 -1
main_dl.py
CHANGED
@@ -177,7 +177,7 @@ def decode_sequence_tranf(input_sentence, src, tgt):
|
|
177 |
global translation_model
|
178 |
|
179 |
vocab_size = 15000
|
180 |
-
sequence_length =
|
181 |
|
182 |
source_vectorization = layers.TextVectorization(
|
183 |
max_tokens=vocab_size,
|
|
|
177 |
global translation_model
|
178 |
|
179 |
vocab_size = 15000
|
180 |
+
sequence_length = 30
|
181 |
|
182 |
source_vectorization = layers.TextVectorization(
|
183 |
max_tokens=vocab_size,
|