其实就是安装scope

首先安装torchscope

pip  install torchscope  安装成功之后再安装scope,但是这个安装我一直都有点问题,因此找了一个可以运行的安装方法

 pip install --upgrade git+https://github.com/Tramac/torchscope.git

如果安装不了这个: pip install --upgrade git+https://github.com/Tramac/torchscope.git

是因为没有安装git,因此需要先安装git再安装scope。

安装完成之后,界面如下:

安装from torchscope import scope

相关文章:

  • 2022-12-23
  • 2021-09-04
  • 2021-10-23
  • 2021-06-24
  • 2022-03-08
  • 2021-11-13
  • 2022-12-23
  • 2021-10-18
猜你喜欢
  • 2022-12-23
  • 2021-11-08
  • 2022-01-18
  • 2021-06-08
  • 2021-12-27
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案