You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2024. It is now read-only.
python3 pegasus/bin/train.py --params=aeslc_transformer
--param_overrides=vocab_filename=ckpt/pegasus_ckpt/c4.unigram.newline.10pct.96000.model
--train_init_checkpoint=ckpt/pegasus_ckpt/model.ckpt-1500000
--model_dir=ckpt/pegasus_ckpt/aeslc this when entered in the terminal section is showing the following error, can anyone please help me with that:
**Traceback (most recent call last):
File "pegasus/bin/train.py", line 17, in
from pegasus.data import infeed
ModuleNotFoundError: No module named 'pegasus.data**'--model_dir=ckpt/pegasus_ckpt/aeslc**
python3 pegasus/bin/train.py --params=aeslc_transformer
--param_overrides=vocab_filename=ckpt/pegasus_ckpt/c4.unigram.newline.10pct.96000.model
--train_init_checkpoint=ckpt/pegasus_ckpt/model.ckpt-1500000
--model_dir=ckpt/pegasus_ckpt/aeslc this when entered in the terminal section is showing the following error, can anyone please help me with that:
**Traceback (most recent call last):

File "pegasus/bin/train.py", line 17, in
from pegasus.data import infeed
ModuleNotFoundError: No module named 'pegasus.data**'--model_dir=ckpt/pegasus_ckpt/aeslc**