会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
星回中道
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
10
下一页
2022年5月26日
sql
摘要: select concat(round(sum(data_length/1024/1024),2),'MB') as data from tables;
阅读全文
posted @ 2022-05-26 19:39 星回中道
阅读(25)
评论(0)
推荐(0)
2022年4月15日
软件工具介绍
摘要: Netron 查看训练模型的网络结构的工具
阅读全文
posted @ 2022-04-15 15:13 星回中道
阅读(8)
评论(0)
推荐(0)
2022年4月5日
transformers 报错,无法加载执行 bert-base-chinese github.com连不上
摘要: https://blog.csdn.net/weixin_37935970/article/details/123238677 pip install transformers==3.0.2 pip install torch==1.3.1 pip install huggingface_hub t
阅读全文
posted @ 2022-04-05 17:21 星回中道
阅读(2487)
评论(0)
推荐(0)
2022年3月27日
python venv 虚拟环境 window ubuntu
摘要: Ubuntu 20 Python3创建虚拟环境venv https://www.cnblogs.com/v5captain/p/14274836.html https://www.cnblogs.com/52note/p/15236594.html Torch 0.3.0 linux版本 pip i
阅读全文
posted @ 2022-03-27 14:32 星回中道
阅读(78)
评论(0)
推荐(0)
2022年3月20日
快捷键 pycharm
摘要: pycharm中编写程序, 需要将光标快速移动到“” ‘' () {}[]号外, 实现的方式很简单, 就是在输入一次“” ‘' () {}[], 例如 “Coupon”, 输入完Coupon后,再按一次" 即可跳到"外面,同理单引号,各种括号也是如此
阅读全文
posted @ 2022-03-20 19:26 星回中道
阅读(30)
评论(0)
推荐(0)
2022年3月18日
python nlp
摘要: Exception: Could not get the file at https://raw.githubusercontent.com/mhjabreel/CharCnn_Keras/master/data/ag_news_csv/train.csv. [RequestException] N
阅读全文
posted @ 2022-03-18 22:03 星回中道
阅读(91)
评论(0)
推荐(0)
googletrans 报错解决方法【httpcore,JSONDecodeError】
摘要: googletrans json.decoder.JSONDecodeError: Extra data:httpcore._exceptions.ConnectTimeout: timed out完成以下两步:1.使用 pip install google_trans_new https://bl
阅读全文
posted @ 2022-03-18 12:27 星回中道
阅读(1174)
评论(0)
推荐(0)
2022年3月8日
人工智能部分视频学习内容报错未解决
摘要: garbage_classify项目报错没有解决: 48/49 [ >.] - ETA: 9s - loss: 3.7486 - accuracy: 0.0365 Traceback (most recent call last): File "C:\Workspace\python3.7\lib\
阅读全文
posted @ 2022-03-08 22:29 星回中道
阅读(184)
评论(0)
推荐(0)
2022年3月6日
python cv
摘要: python cv tensorflow-gpu 会报错 ImportError: cannot import name ‘get_config‘ from ‘tensorflow.python.eager.context‘ https://blog.csdn.net/weixin_39190382
阅读全文
posted @ 2022-03-06 11:48 星回中道
阅读(248)
评论(0)
推荐(0)
2022年3月3日
数学名词
摘要: 矩阵的迹 矩阵的迹,数学、线性代数名词,在线性代数中,一个n×n矩阵A的主对角线(从左上方至右下方的对角线)上各个元素的总和被称为矩阵A的迹(或迹数),一般记作tr(A)。 协方差矩阵: 标准差公式 黑白图像=灰度图=只有RGB中的一层 动态规划算法基本思想 L2正则化 https://blog.c
阅读全文
posted @ 2022-03-03 18:22 星回中道
阅读(823)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页
公告