CMU-MultimodalSDK-Tutorials
CMU-MultimodalSDK-Tutorials copied to clipboard
ModuleNotFoundError: No module named 'torch'
I'm trying to run through the experiments but i'm unable to get past the part where torch is imported.
I have Python: 3.7.4 installed. I'm currently running windows 10 on MacOs.
I have installed pytorch with the following command -> conda install pytorch torchvision cpuonly -c pytorch.
I get the following error running that segment.
- Can you import torch in the interactive mode of your python interpreter?
- If yes to 1), can you make sure that you are using your conda-installed python interpreter to run the notebook?