If You have the same problem with your PC, I think You are in the right place. Just do the following Steps......
Step1: First Uninstall the "torch" package you have installed.
>>> pip uninstall torch
Step2: Install "Pytorch" on your PC. Here is a Tutorial that will help you to Install Pytorch or you can get some idea from Stackoverflow
Now, If you get the message "No Module (punkt)".
>>> python
>>> import nltk
>>> nltk.download('punkt')
No comments:
Post a Comment