anhaidgroup/deepmatcher

AttributeError: module 'torchtext.data' has no attribute 'Field'

Closed this issue · 1 comments

Hi

I am trying to import deepmatcher using:

import deepmatcher as dm

and I am getting the following error message:

AttributeError: module 'torchtext.data' has no attribute 'Field'

Any help!

me too