text icon indicating copy to clipboard operation
text copied to clipboard

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

Open cqray1990 opened this issue 2 years ago • 0 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?

cqray1990 avatar Apr 22 '23 03:04 cqray1990