eole-nlp / eole

Open language modeling toolkit based on PyTorch
https://eole-nlp.github.io/eole
MIT License
62 stars 12 forks source link

train_from option available? #130

Closed HURIMOZ closed 1 month ago

HURIMOZ commented 1 month ago

Hi, as Iʻm training a bilingual translation model, Iʻm trying to resume training from a checkpoint. It seems that I canʻt use option train_from. Hereʻs my command: eole train --config wmt17_enty.yaml --train_from models/step_8000

HURIMOZ commented 1 month ago

Please delete issue. I found how to use it. Thanks.