google-research / pegasus

Apache License 2.0
1.59k stars 315 forks source link

Getting error while following steps for training and evaluating #247

Open jayasridharmireddi opened 4 months ago

jayasridharmireddi commented 4 months ago

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): Screenshot (599)

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