
pytorch
雨luo凡城
一直行走着,一直期待着~
展开
-
python(一):文件操作
1 文件操作 my_file=open('my file.txt','w') #用法: open('文件名','形式'), 其中形式有'w':write;'r':read. my_file.write(text) #该语句会写入先前定义好的 text my_file.close() #关闭文件 """" This is my f...原创 2020-03-13 00:05:27 · 159 阅读 · 0 评论 -
Ubuntu 16.04下anaconda3使用和有关的pytorch安装
0 参考链接 Ubuntu 16.04安装anaconda3 anaconda3使用与介绍 安装成功后,在~/.bashrc下最下面会多出来一些配置 # added by Anaconda3 5.3.0 installer # >>> conda init >>> # !! Contents within this block are managed by 'c...原创 2019-12-05 17:42:09 · 531 阅读 · 0 评论