when I run python run_train_e2e.py, an error arise
Traceback (most recent call last): File "run_train_e2e.py", line 24, in <module> from datasets import get_dataloader File "/home/chaofan.yang/mgn/mgn/datasets/__init__.py", line 2, in <module> from .clevr_questions import ClevrQuestionDataset, ClevrQuestionDataLoader File "/home/chaofan.yang/mgn/mgn/datasets/clevr_questions.py", line 36, in <module> graph_parser = clevr_parser.Parser(backend='spacy', model='en_core_web_sm', has_spatial=True, has_matching=True).get_backend(identifier='spacy') File "/home/chaofan.yang/anaconda3/envs/pytorch/lib/python3.7/site-packages/clevr_parser/parser.py", line 32, in __init__ self._inst = type(self)._backend_registry[self.backend](**kwargs) TypeError: __init__() got an unexpected keyword argument 'has_spatial'
when I run
python run_train_e2e.py, an error ariseTraceback (most recent call last): File "run_train_e2e.py", line 24, in <module> from datasets import get_dataloader File "/home/chaofan.yang/mgn/mgn/datasets/__init__.py", line 2, in <module> from .clevr_questions import ClevrQuestionDataset, ClevrQuestionDataLoader File "/home/chaofan.yang/mgn/mgn/datasets/clevr_questions.py", line 36, in <module> graph_parser = clevr_parser.Parser(backend='spacy', model='en_core_web_sm', has_spatial=True, has_matching=True).get_backend(identifier='spacy') File "/home/chaofan.yang/anaconda3/envs/pytorch/lib/python3.7/site-packages/clevr_parser/parser.py", line 32, in __init__ self._inst = type(self)._backend_registry[self.backend](**kwargs) TypeError: __init__() got an unexpected keyword argument 'has_spatial'