Open benjaminking opened 1 month ago
If you translate a sequence of text files using translate.py and "--start-seq", the model is loaded into memory multiple times. If you translate 10 files, the model will be loaded 10 times, which is inefficient.
If you translate a sequence of text files using translate.py and "--start-seq", the model is loaded into memory multiple times. If you translate 10 files, the model will be loaded 10 times, which is inefficient.