- 博客(4)
- 收藏
- 关注
原创 python笔试 输入输出的多种方法
使用input() 读取一行输入 '''对于1行输入''' line=list(map(int,input().strip().split())) print(line) 读取多行输入(指定行数) ''' 多行输入: 第一行为给定list的大小(比如:有n行数) 用n,m接受输入大小 用lis接受下面输入的矩阵 ''' n,m = map(int,input().strip().split())...
2020-04-16 20:19:59
3960
原创 使用gensim时出现的问题与解决
报错如下: --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) <ipython-input-1-3821d4821701> in ...
2020-02-21 07:42:54
4558
原创 基于cpu运行CycleGAN实现风格迁移
CycleGAN主页(介绍、论文) CycleGAN的github链接(实现) 环境:Linux系统(WSL很方便!) Install torch and dependencies: 参考: [1]http://torch.ch/docs/getting-started.html#_ [2]https://blog.csdn.net/dcz1994/article/details/...
2020-02-13 09:09:54
1237
1
原创 WSL——在win10下使用linux子系统
WSL介绍: Windows Subsystem for Linux 在win10下运行的linux子系统 https://zhuanlan.zhihu.com/p/34885179 WSL安装配置: https://zhuanlan.zhihu.com/p/34885182 WSL在本机环境的路径: C:\Users\你的用户名\AppData\Local\Packages\Can...
2020-02-13 07:35:23
5130
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅