Open qiankunlee opened 2 days ago
Is it because you used a lower/higher version of pytorch lightning?
I use pytorch-lightning==2.0.4(recommend in the repo), but the torch i use is 2.5.0, i think it's no relation to torch.
I reinstalled a new environment(torch==2.0.1+cu118, pytorch==2.0.4) and it appeared when I ran this code(Generating static retrieval results for inspection and inference).
Hi, there should be another error printed earlier that causes failure to load FLMRExecutor. Could you find that error instead?
I just checked the Executor_Registry, which was a void and not have and key-value !
I always encounter this error in this path ("Retrieval-Augmented-Visual-Question-Answering/runway_for_ml/experiment.py") appears ([ERROR] - runway_for_ml.experiment : Uncaught exception: <class 'TypeError'> --> Trainer.init() got an unexpected keyword argument 'config'), why
When I remove some properties such as config, other errors will appear. What is the reason?