09 2019 档案

摘要:创建分卷压缩文件 -s: 创建分卷的大小 -r: 循环压缩文件夹下面的内容 切分已有的文件: 执行晚之后回创建下面一系列文件: new.zip new.z01 new.z02 new.z03 ... 解压分卷文件 # 将分卷文件合并成一个单独的文件 zip -s 0 split.zip --out 阅读全文
posted @ 2019-09-29 16:06 BlueOceans 阅读(10670) 评论(0) 推荐(3)
摘要:配置: 1. 命令行启动 2. 也可以Anaconda直接启动 3. 设置token,如下图所示,命令行中输入 注意: 访问地址:http://localhost:8888/ token:cb2dcc41ac7a3185e6109759dca0ebf0c9309914c0eecc76 将token= 阅读全文
posted @ 2019-09-28 11:35 BlueOceans 阅读(4026) 评论(0) 推荐(0)
摘要:深度学习 https://github.com/ShusenTang/Dive-into-DL-PyTorch/blob/master/docs/chapter03_DL-basics/3.1_linear-regression.md pytorch https://github.com/hunki 阅读全文
posted @ 2019-09-27 17:59 BlueOceans 阅读(284) 评论(0) 推荐(0)
摘要:Fail to export the model in PyTorch https://github.com/onnx/tutorials/blob/master/tutorials/PytorchAddExportSupport.md#fail-to-export-the-model-in-pyt 阅读全文
posted @ 2019-09-18 17:52 BlueOceans 阅读(7993) 评论(0) 推荐(0)