
Python
Python
_沧海桑田_
ACL/NAACL/EMNLP/COLING审稿人,
MOD大侠梦/MOD禾下霸业作者。
github.com/guotong1988
展开
-
ubuntu运行pycharm.sh一直显示“正在加载”
下错pycharm了,不应该下载ARM64那个版本的。原创 2025-02-09 17:13:11 · 114 阅读 · 0 评论 -
ubuntu上pycharm.sh启动时报java版本错误(version of the Java Runtime only recognizes...)
以pycharm2024.3.2为例,下载jdk-17.0.2。原创 2025-02-09 12:02:09 · 103 阅读 · 0 评论 -
ubuntu上conda安装Genesis物理引擎
【代码】ubuntu上conda安装Genesis物理引擎。原创 2025-02-09 10:24:25 · 98 阅读 · 0 评论 -
ubuntu上安装conda
【代码】ubuntu 安装 conda。原创 2025-02-08 21:53:16 · 94 阅读 · 0 评论 -
Mac笔记本conda安装Genesis物理引擎
【代码】conda安装Genesis物理引擎。原创 2025-02-05 17:34:59 · 109 阅读 · 0 评论 -
在Mac上安装conda
【代码】在Mac上安装conda。原创 2025-02-05 17:31:46 · 270 阅读 · 0 评论 -
python项目自动检查版本匹配
【代码】python项目自动检查版本匹配。原创 2025-01-29 12:02:34 · 176 阅读 · 0 评论 -
python socket通信
【代码】python socket通信。原创 2024-10-21 10:51:36 · 149 阅读 · 0 评论 -
Python Flask 实现图片上传页面
【代码】python Flask 实现图片上传页面。原创 2024-09-06 09:25:05 · 764 阅读 · 0 评论 -
python 曲线拟合
【代码】python 曲线拟合。原创 2024-07-31 10:55:55 · 210 阅读 · 0 评论 -
python,从n个不同元素中取出r个元素的所有不同组合
即 nCr,which represents “n choose r”原创 2024-07-22 09:30:11 · 144 阅读 · 0 评论 -
python,http访问页面,获得页面真实信息
点进去打开新的页面,再复制新页面里的http链接。在chrome浏览器,访问页面,Mac系统按。原创 2024-04-03 10:40:14 · 150 阅读 · 0 评论 -
Mac安装python,还是推荐走pyenv,源码make install太费事:比如报错:No module named ‘_lzma‘
安装python3.8。原创 2024-03-03 19:58:14 · 479 阅读 · 0 评论 -
python 实现一个交互式终端
【代码】python 实现一个交互式终端。原创 2023-11-30 15:04:28 · 288 阅读 · 0 评论 -
python 读文件,跳过有问题的那行
【代码】python 读文件,跳过有问题的那行。原创 2023-08-31 12:01:15 · 369 阅读 · 0 评论 -
Linux源码安装python3.6.8
不用管openssl的事,( https://blog.youkuaiyun.com/guotong1988/article/details/129047791 )用tensorflow是OK的。原创 2023-06-30 10:41:03 · 170 阅读 · 0 评论 -
python,continue 之后不要加 index+=1 的计数啊
下面代码想做到,如果"ABC"没在。原创 2023-06-20 11:32:03 · 147 阅读 · 0 评论 -
python numpy 实现cosine相似度
【代码】python numpy 实现cosine相似度。原创 2023-05-26 10:02:44 · 1623 阅读 · 0 评论 -
pyspark报错,An error occurred while calling o123.saveAsTable
内存溢出,OOM了。原创 2023-05-12 15:42:32 · 585 阅读 · 0 评论 -
pyspark 读tsv文件
【代码】pyspark 读tsv文件。原创 2023-04-27 11:36:20 · 135 阅读 · 0 评论 -
Linux源码安装python3.8,解决 No module named ‘_ssl‘ 问题
从 https://www.openssl.org/source/ 下载openssl-1.1.1t.tar.gz。原创 2023-02-15 17:49:30 · 166 阅读 · 0 评论 -
python3编译报错,sh: build/temp.linux-x86_64-3.8/multiarch: Permission denied
python3.8编译报错原创 2023-02-15 16:23:59 · 541 阅读 · 0 评论 -
pip3 install 报错 protobuf requires Python ‘>=3.7‘ but the running Python is 3.6.8
安装时指定protobuf版本。原创 2023-01-29 09:15:00 · 1639 阅读 · 0 评论 -
python,image和string的相互转换
python3原创 2022-12-12 17:09:08 · 525 阅读 · 0 评论 -
MacOS13 python3 报错 mach-o file, but is an incompatible architecture (have ‘arm64‘, need ‘x86_64‘)
pip3 install原创 2022-12-09 17:38:21 · 5103 阅读 · 1 评论 -
MacOS13 安装python3.7 和 tensorflow1.14
python原创 2022-11-20 20:20:09 · 1241 阅读 · 0 评论 -
python3.8运行tensorflow1.14报错 an incompatible architecture (have ‘x86_64‘, need ‘arm64‘)
tensorflow原创 2022-11-20 20:06:41 · 490 阅读 · 0 评论 -
MacOS13 安装 python3.8.15
python3.8原创 2022-11-20 18:08:48 · 747 阅读 · 0 评论 -
ERROR: No matching distribution found for tensorflow==1.14.0
python3.9原创 2022-11-20 17:04:46 · 7071 阅读 · 1 评论 -
Mac 13.0 安装 Python3.6
python3.6原创 2022-11-20 16:34:21 · 444 阅读 · 0 评论 -
pyspark 报错 StructType can not accept object
pyspark原创 2022-10-27 10:11:54 · 440 阅读 · 0 评论 -
pyspark 报错 Can not infer schema for type
pyspark原创 2022-10-26 20:05:36 · 168 阅读 · 0 评论 -
pyspark 报错 Input row doesn‘t have expected number of values required by the schema
pyspark原创 2022-10-26 19:27:09 · 309 阅读 · 0 评论 -
在Mac12.5.1上源码安装Python3.8.13
Mac12.5 build install Python3.8原创 2022-09-06 10:19:55 · 419 阅读 · 0 评论 -
python 点乘 element-wise乘
import numpy as npa = [1,2,3]b = [2,3,4]print(np.dot(a,b))print()print(np.multiply(a,b))print结果20[ 2 6 12]原创 2021-08-24 14:11:26 · 850 阅读 · 0 评论 -
Java-Python的完全对齐的tokenizer(字级别)
python侧:def tokenize(textString): split_tokens = [] for i in range(len(textString)): split_tokens.append(textString[i]) return split_tokensdef convert_by_vocab(char2id, split_tokens): output = [] for token in split_tokens: if原创 2021-08-03 11:37:13 · 263 阅读 · 0 评论 -
python报错 AttributeError: ‘list‘ object has no attribute ‘join‘
不是list.join("-")而是"-".join(list)原创 2021-07-12 12:12:26 · 2878 阅读 · 0 评论 -
pip执行时指定源
pip3 install sklearn -i https://pypi.tuna.tsinghua.edu.cn/simple或在https://pypi.org/ 下载再安装原创 2021-04-07 11:25:42 · 946 阅读 · 0 评论 -
roc_auc_score 传参
from sklearn.metrics import roc_auc_scorey_true = [0, 0, 1, 1, 1]y_score = [0.1, 0.2, 0.7, 0.8, 0.9]print(roc_auc_score(y_true, y_score))y_score = [0.7, 0.8, 0.9, 0.1, 0.2]print(roc_auc_score(y_true, y_score))打印结果:1.00.33333原创 2021-03-12 11:00:03 · 1359 阅读 · 0 评论 -
python tensor @ 操作符
就是matmul的意思a = np.array([[1, 2], [3, 4]])print(a @ a)# The answer will be [[7, 10], [15, 22]]原创 2021-02-15 20:39:35 · 476 阅读 · 0 评论