lavis-nlp/spert

Simple example issue

MinYounZhang opened this issue · 1 comments

After download model and dataset, i used python ./spert.py train --config configs/example_train.conf and got this:

terminate called after throwing an instance of 'std::runtime_error'
what(): generic_type: cannot initialize type "WorkerId": an object with that name is already defined

I don't think that the exception is related to SpERT. Maybe have a look at this pytorch issue: pytorch/pytorch#32270