摘要: 原文: https://segmentfault.com/a/1190000016059726 当然,首先我们得载入模块,在notebook中使用tqdm带的基于Js显示的进度条前,请务必检查是否安装ipywidgets模块。 其中第一行载入的两个方法的作用分别是: tqdm_notebook:用来 阅读全文
posted @ 2019-08-19 20:05 cup_leo 阅读(2513) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/41746137/conda-environment-is-discoverable-but-not-activateable-when-activate-is-a-bash You can list all discovera 阅读全文
posted @ 2019-08-18 16:38 cup_leo 阅读(3936) 评论(0) 推荐(0) 编辑
摘要: 我这边官网下载的特别慢,提供一下云盘下载安装包: 链接:http://pan.baidu.com/s/1sl2YGbz 密码:p1vj windows下的我也下载了 链接:http://pan.baidu.com/s/1i5aOOol 密码:guvv 首先 安装依赖包 sudo apt-get in 阅读全文
posted @ 2019-08-16 21:02 cup_leo 阅读(1349) 评论(1) 推荐(1) 编辑
摘要: Ubuntu16.04下安装多版本cuda和cudnn 原文 https://blog.csdn.net/tunhuzhuang1836/article/details/79545625 前言 因为之前针对Pytorch,caffe,torch等,装了cuda8.0和对应cudnn5.1,但是最近在 阅读全文
posted @ 2019-08-15 10:44 cup_leo 阅读(891) 评论(0) 推荐(0) 编辑
摘要: 数据集地址 https://blog.ailemon.me/2018/11/21/free-open-source-chinese-speech-datasets/ 阅读全文
posted @ 2019-08-14 14:34 cup_leo 阅读(887) 评论(0) 推荐(0) 编辑
摘要: train loss与test loss结果分析 train loss 不断下降,test loss不断下降,说明网络仍在学习; train loss 不断下降,test loss趋于不变,说明网络过拟合; train loss 趋于不变,test loss不断下降,说明数据集100%有问题; tr 阅读全文
posted @ 2019-08-14 08:45 cup_leo 阅读(519) 评论(0) 推荐(0) 编辑
摘要: The base URL for the API is: https://api.cloud.nalantis.com/api/ The OpenAPI documentation is available in YAML or JSON format at: (please note: for v 阅读全文
posted @ 2019-08-11 16:09 cup_leo 阅读(1619) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sky_kkk/article/details/79725646 numpy中axis取值的说明首先对numpy中axis取值进行说明:一维数组时axis=0,二维数组时axis=0,1,维数越高,则axis可取的值越大,数组n维时,axis=0,1,…, 阅读全文
posted @ 2019-08-10 06:08 cup_leo 阅读(6841) 评论(1) 推荐(6) 编辑
摘要: Python 通过文件名批量移动文件 https://stackoverflow.com/questions/28913088/moving-files-with-wildcards-in-python 阅读全文
posted @ 2019-08-01 13:34 cup_leo 阅读(2242) 评论(1) 推荐(0) 编辑
摘要: 解决办法 原文 https://www.jianshu.com/p/2de8e01af88d 查参数命名是否一致 阅读全文
posted @ 2019-07-27 18:18 cup_leo 阅读(839) 评论(0) 推荐(0) 编辑