pytorch / text

Models, data loaders and abstractions for language processing, powered by PyTorch

Home Page:https://pytorch.org/text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use Field ,RawField with torchtext 0.15.0 , don't need lower version

cqray1990 opened this issue Β· comments

πŸ› Bug

Describe the bug A clear and concise description of what the bug is.

  • PyTorch Version (e.g., 1.0): 1.12
  • OS (e.g., Linux):
  • How you installed PyTorch (conda, pip, source):
  • Build command you used (if compiling from source):
  • Python version:3.8
  • CUDA/cuDNN version: 10.2
  • GPU models and configuration:
  • Any other relevant information:

as enviroment is pytorch 1.12 + ,but i want to torchtext 0.12+ ,but torchtext 0.12+ have remove Filed, how to use torchtext 0.12+ Field, casue when pip isntall torchtext below o.12, it default install pytorch and override the version i install before, i want to use pytorch 0.12+ as well as torrchtext Field , RawField, together. how to achieve this?