Summarizer icon indicating copy to clipboard operation
Summarizer copied to clipboard

Instruction on how to test, train and evaluate

Open Shatino94 opened this issue 1 year ago • 1 comments

The Readme doesn't describe how to use the project. Can anyone help?

Shatino94 avatar Feb 26 '24 01:02 Shatino94

I ran this command "python main.py -d datasets/eccv16_dataset_summe_google_pool5.h5 -s datasets/summe_splits.json -m summe --gpu 0 --save-dir log/summe-split0 --split-id 0 --evaluate --resume path_to_your_model.pth.tar --verbose --save-results" to test the but it gave me the following error: FileNotFoundError: [Errno 2] No such file or directory: 'path_to_your_model.pth.tar'

How do I resolve it?

Shatino94 avatar Feb 29 '24 02:02 Shatino94