上一页 1 2 3 4 5 6 7 ··· 21 下一页
摘要: raw = [52.34, 52.85, 52.61, 52.77, 52.27, 53.13, 53.24, 52.98, 52.36, 53.57, 52.91, 53.21, 52.25, 52.24, 50.83, 50.63, 49.93, 47.62, 48.52, 48.4, 48.0 阅读全文
posted @ 2022-11-14 14:38 cup_leo 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 参考文章: 使用微信扫一扫二维码接口解密QRcode - 知乎 (zhihu.com) import cv2 import numpy as np import os def open_img(img_dir): img_list = [] for _,_,file_list in os.walk( 阅读全文
posted @ 2022-11-01 16:22 cup_leo 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 基于Python的19种假设检验实现 - 知乎 (zhihu.com) 阅读全文
posted @ 2022-10-16 11:05 cup_leo 阅读(21) 评论(0) 推荐(0) 编辑
摘要: zhaogaofeng611/TextMatch: 基于Pytorch的,中文语义相似度匹配模型(ABCNN、Albert、Bert、BIMPM、DecomposableAttention、DistilBert、ESIM、RE2、Roberta、SiaGRU、XlNet) (github.com) 阅读全文
posted @ 2022-10-09 13:31 cup_leo 阅读(90) 评论(0) 推荐(0) 编辑
摘要: import xlrd import numpy as np from sklearn.model_selection import train_test_split #划分测试集和训练集 import matplotlib.pyplot as plt from sklearn.model_sele 阅读全文
posted @ 2022-10-05 16:05 cup_leo 阅读(412) 评论(0) 推荐(0) 编辑
摘要: Releases · PurlingNayuki/lingoes-extractor (github.com) 阅读全文
posted @ 2022-10-05 10:21 cup_leo 阅读(149) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- import oss2 import os#官方参考:https://help.aliyun.com/document_detail/88426.html# 阿里云账号AccessKey拥有所有API的访问权限,风险很高。强烈建议您创建并使用RAM用户 阅读全文
posted @ 2022-09-26 09:37 cup_leo 阅读(311) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8 from __future__ import division import numpy as np import pandas as pd import random import math from sklearn import metrics from sklear 阅读全文
posted @ 2022-09-23 13:50 cup_leo 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 代码参考: https://mp.weixin.qq.com/s/9D-h0T6ZBeEf09wUQBemnw 使用中文模型,需要下载的文件: 模型文件下载地址:bert-base-chinese at main (huggingface.co) 注意:另存为可能下载的是html,注意文件大小与原始 阅读全文
posted @ 2022-09-21 10:06 cup_leo 阅读(674) 评论(0) 推荐(0) 编辑
摘要: 1、python打包生成exe过程报错RecursionError: maximum recursion depth exceeded解决办法 【解决办法】打开你生成的spec格式的文件,然后在最上面复制import syssys.setrecursionlimit(5000)然后运行 pyinst 阅读全文
posted @ 2022-09-20 11:11 cup_leo 阅读(232) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 21 下一页