ModuleNotFoundError: No module named 'torchnet'||torchnet安装

元学习论文总结||小样本学习论文总结

2017-2019年计算机视觉顶会文章收录 AAAI2017-2019 CVPR2017-2019 ECCV2018 ICCV2017-2019 ICLR2017-2019 NIPS2017-2019

安装torchnet 参考https://github.com/pytorch/tnt
上面一系列装好之后,发现在python中还是没办法import torchnet
首先得Make sure you have PyTorch installed, then do: 

pip install git+https://github.com/pytorch/tnt.git@master

你可能感兴趣的:(环境配置,python,pytorch)