facebookresearch / KILT

Library for Knowledge Intensive Language Tasks
MIT License
894 stars 90 forks source link

Error whiling running dpr predictions #68

Open WeiShi-9 opened 1 year ago

WeiShi-9 commented 1 year ago

ImportError: cannot import name 'set_encoder_params_from_state' from 'dpr.options' I checked that there is no such function in options.py file.

WeiShi-9 commented 1 year ago

OK. I find my solution. I use old version dpr from luyug / GC-DPR