Hi Guys,
I am trying to import the torch module in Jupyter Notebook. But it is showing me the below error.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-07bc8e0d68bf> in <module>
----> 1 from torch.utils.data.dataloader import numpy_type_map
ModuleNotFoundError: No module named 'torch'
How can I solve this error?