上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 49 下一页
摘要: https://aistudio.baidu.com/aistudio/projectdetail/6182202 项目启停 ![image](https://img2023.cnblogs.com/blog/80824/202305/80824-20230518160646733-15205824 阅读全文
posted @ 2023-05-24 09:25 VipSoft 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 百度飞桨 PaddlePaddle 2.4.0 => Python 3.7.4 PaddlePaddle 2.4.1+ => Python 3.9.0 ### 下载 ```bash # 安装依赖 [root@localhost ~]# yum -y install zlib-devel bzip2- 阅读全文
posted @ 2023-05-23 09:56 VipSoft 阅读(246) 评论(0) 推荐(0) 编辑
摘要: ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2k-fips 26 Jan 2017. See: https://gith 阅读全文
posted @ 2023-05-22 14:11 VipSoft 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 百度飞桨(PaddlePaddle) - PP-OCRv3 文字检测识别系统 预测部署简介与总览 百度飞桨(PaddlePaddle) - PP-OCRv3 文字检测识别系统 Paddle Inference 模型推理(离线部署) 百度飞桨(PaddlePaddle) - PP-OCRv3 文字检测 阅读全文
posted @ 2023-05-19 09:32 VipSoft 阅读(4885) 评论(0) 推荐(4) 编辑
摘要: Matplotlib.pyplot.scatter 散点图绘制 Matplotlib.pyplot 创建图形、在图形中创建创建一个绘图区域、在绘图区域中你那个绘制一些线、在图形中添加标签之类 画二维平面图 x = np.arange(0, 10, 2) y1 = x y2 = x ** 2 plt. 阅读全文
posted @ 2023-05-18 09:18 VipSoft 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 缺失值指数据集中某些变量的值有缺少的情况,缺失值也被称为NA(not available)值。在pandas里使用浮点值NaN(Not a Number)表示浮点数和非浮点数中的缺失值,用NaT表示时间序列中的缺失值,此外python内置的None值也会被当作是缺失值。需要注意的是,有些缺失值也会以 阅读全文
posted @ 2023-05-17 15:25 VipSoft 阅读(510) 评论(0) 推荐(2) 编辑
摘要: [TOC] [张量(Tensor)、标量(scalar)、向量(vector)、矩阵(matrix)](https://www.cnblogs.com/vipsoft/p/17361876.html) [Python Numpy 切片和索引(高级索引、布尔索引、花式索引)](https://www. 阅读全文
posted @ 2023-05-16 10:34 VipSoft 阅读(448) 评论(0) 推荐(1) 编辑
摘要: 可以使用 Anaconda 安装,我这边直接用 pip 进行安装的 安装torch pip install torch torchvision torchaudio -i https://pypi.tuna.tsinghua.edu.cn/simple https://pytorch.org/get 阅读全文
posted @ 2023-05-15 09:02 VipSoft 阅读(26) 评论(0) 推荐(0) 编辑
摘要: Typora 显示数学公式: https://www.cnblogs.com/vipsoft/p/17381591.html 基本语法 行内公式: 使用$ xxx $包裹公式 如:$E=mc^2$ => $E=mc^2$ 独立公式: 使用$$ xxx $$$包裹公式 【居中显示】 $$ \boxed 阅读全文
posted @ 2023-05-15 09:01 VipSoft 阅读(117) 评论(2) 推荐(0) 编辑
摘要: 百度飞桨(PaddlePaddle)安装 OCR 文字检测(Differentiable Binarization DB) 百度飞桨(PaddlePaddle) - PP-OCRv3 文字检测识别系统 预测部署简介与总览 百度飞桨(PaddlePaddle) - PP-OCRv3 文字检测识别系统 阅读全文
posted @ 2023-05-15 08:59 VipSoft 阅读(3607) 评论(0) 推荐(3) 编辑
摘要: 入园13年,支持一下园子 喜欢园子的纯净,特来支持,为园子的商业化努力:https://www.cnblogs.com/cmt/p/17320765.html 支付99,备注会员号 ![image](https://img2023.cnblogs.com/blog/80824/202305/80824-20230512142 阅读全文
posted @ 2023-05-12 14:26 VipSoft 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 张量(Tensor)、标量(scalar)、向量(vector)、矩阵(matrix) Python Numpy 切片和索引(高级索引、布尔索引、花式索引) Python NumPy 广播(Broadcast) 广播(Broadcast)是 numpy 对不同形状(shape)的数组进行数值计算的方 阅读全文
posted @ 2023-05-12 09:02 VipSoft 阅读(242) 评论(1) 推荐(2) 编辑
摘要: [百度飞桨(PaddlePaddle) - PaddleOCR 文字识别简单使用](https://www.cnblogs.com/vipsoft/p/17384874.html) [百度飞桨(PaddlePaddle) - PP-OCRv3 文字检测识别系统 预测部署简介与总览](https:// 阅读全文
posted @ 2023-05-11 21:08 VipSoft 阅读(761) 评论(0) 推荐(4) 编辑
摘要: ### 数字 $x$ 标量 $X$ 向量 $\Chi$ 矩阵 ![image](https://img2023.cnblogs.com/blog/80824/202305/80824-20230511150354001-583871474.png) ![image](https://img2023. 阅读全文
posted @ 2023-05-11 15:05 VipSoft 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 代码中设置断点。 在Debug Variables 里面,点击 View as Array 如下图所示: 阅读全文
posted @ 2023-05-11 10:54 VipSoft 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 张量(Tensor)、标量(scalar)、向量(vector)、矩阵(matrix) 飞桨 使用张量(Tensor) 来表示神经网络中传递的数据,Tensor 可以理解为多维数组,类似于 Numpy 数组(ndarray) 的概念。与 Numpy 数组相比,Tensor 除了支持运行在 CPU 上 阅读全文
posted @ 2023-05-11 09:03 VipSoft 阅读(953) 评论(0) 推荐(1) 编辑
摘要: 张量(Tensor)、标量(scalar)、向量(vector)、矩阵(matrix) Python Numpy 切片和索引(高级索引、布尔索引、花式索引) Python NumPy 广播(Broadcast) 张量(Tensor):Tensor = multi-dimensional array 阅读全文
posted @ 2023-05-10 23:16 VipSoft 阅读(2740) 评论(0) 推荐(1) 编辑
摘要: 手写数字识别任务 用于对 0 ~ 9 的十类数字进行分类,即输入手写数字的图片,可识别出这个图片中的数字。 使用 pip 工具安装 matplotlib 和 numpy python -m pip install matplotlib numpy -i https://mirror.baidu.co 阅读全文
posted @ 2023-05-09 23:06 VipSoft 阅读(1081) 评论(0) 推荐(2) 编辑
摘要: 安装时间较长,通过 --verbose 参数 可以看在不在继续 Mac 安装 paddlehub 出现 Building wheels for collected packages: opencv-python, ffmpy, jieba, seqeval, future Building whee 阅读全文
posted @ 2023-05-09 23:04 VipSoft 阅读(1635) 评论(0) 推荐(0) 编辑
摘要: 原因:np.int 在 NumPy 1.20 中已弃用,在 NumPy 1.24 中已删除 AttributeError: module 'numpy' has no attribute 'int'. `np.int` was a deprecated alias for the builtin ` 阅读全文
posted @ 2023-05-09 15:26 VipSoft 阅读(4601) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 49 下一页