ucasir / NPRF

NPRF: A Neural Pseudo Relevance Feedback Framework for Ad-hoc Information Retrieval
Apache License 2.0
32 stars 10 forks source link

How can I edit config file to run training? #7

Closed giangnguyen2412 closed 5 years ago

giangnguyen2412 commented 5 years ago

Hi again,

I am running the command for training: python nprf_drmm.py --fold 5 1 Then I am supposing to modify the config file: model/nprf_drmm_config.py, but how can I config this file. I modify the variable parent_path to parent_path = '/home/dexter/NPRF/model' (home directory), but it doesn't work.

Could you please help me out.

Thanks.

giangnguyen2412 commented 5 years ago

This is running log

Screenshot from 2019-05-15 04-44-17

ucasir commented 5 years ago

Please specify the paths below. It is just the parent path for "os.path.join".

giangnguyen2412 commented 5 years ago

Hi,

Could you specify which path, I do not understand what should I do now.

giangnguyen2412 commented 5 years ago

Could you plz help me out?