how to resolve the issue ”No module named 'torch._C'“
` 》pip show torch Name: torch Version: 1.13.0 Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration Home-page: https://pytorch.org/ Author: PyTorch Team Author-email: [email protected] License: BSD-3 Location: c:\python310\lib\site-packages Requires: typing-extensions Required-by: torchaudio, torchdata, torchtext, torchvision
》pip show torchtext Name: torchtext Version: 0.14.0 Summary: Text utilities and datasets for PyTorch Home-page: https://github.com/pytorch/text Author: PyTorch core devs and James Bradbury Author-email: [email protected] License: BSD Location: c:\python310\lib\site-packages Requires: numpy, requests, torch, tqdm Required-by:
》python train.py
Traceback (most recent call last):
File "D:\IDEA_workshop\Transformer_study\transformer-PyTorch Implementation of [Attention Is All You Need]\train.py", line 9, in