240 发简信
IP属地:黑龙江
  • jupyter notebook 简单使用

    1、安装 conda install jupyter notebook 2、修改配置文件 以支持 远程访问 a、生成配置文件 jupyter notebook --gen...

  • PyTorch常用函数摘抄

    1. 导入pytorch from __future__ import print_function import torch 2.常用矩阵创建函数 torch.tensor...