EasyNMT icon indicating copy to clipboard operation
EasyNMT copied to clipboard

Slow running on Colab

Open lawrencekiba opened this issue 3 years ago • 0 comments

Hello, I was running both mbart & opus-mt on Colab image

and waited for hours even with GPU acceleration. Is this normal? I was trying to translate a non-English column to English with ~10000 rows as shown below. df.apply(lambda row: model.translate(row["area"], target_lang="en"), axis=1)

lawrencekiba avatar Jan 25 '23 08:01 lawrencekiba