pytorch / text

Models, data loaders and abstractions for language processing, powered by PyTorch
https://pytorch.org/text
BSD 3-Clause "New" or "Revised" License
3.49k stars 813 forks source link

Torchtext.data.Field import error #2199

Open premiitr opened 1 year ago

premiitr commented 1 year ago

I'm trying to import field module from torchtext 0.15.2 version But it is throwing "AttributeError: module 'torchtext.data' has no attribute 'Field'" Like this

Can anyone help me with this issue?

Thanks in Advance

bhavyashahh commented 1 year ago

'Field' was moved to torchtext.legacy since torchtext 0.9.0 release and legacy retired from torchtext==0.12.0 onwards. Refer here https://github.com/pytorch/text/issues/664

Kousik-Sasmal commented 1 year ago

@premiitr Field is deprecated. You can check one of my repo for the updated version of torchtext. Link: https://github.com/Kousik-Sasmal/experiment-with-pytorch-torchtext