摘要: export CUDA_HOME=/usr/local/cuda-11.7 export PATH=$CUDA_HOME/bin:$PATH export LD_LIBRARY_PATH=$CUDA_HOME/lib64:$LD_LIBRARY_PATH source ~/.bashrc # 如果你 阅读全文
posted @ 2025-02-11 09:57 Chenyi_li 阅读(4) 评论(0) 推荐(0) 编辑
摘要: export HF_ENDPOINT=https://hf-mirror.com pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package 阅读全文
posted @ 2025-02-05 09:24 Chenyi_li 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 转载:https://zhuanlan.zhihu.com/p/667508306 阅读全文
posted @ 2025-01-21 16:41 Chenyi_li 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 制作数据集 from sklearn.metrics import accuracy_score, f1_score from sklearn.linear_model import LogisticRegression import datasets import numpy as np impo 阅读全文
posted @ 2024-11-20 11:14 Chenyi_li 阅读(23) 评论(0) 推荐(0) 编辑
摘要: pandas的api XGboost XGBoost之所以称为梯度提升树 (Gradient Boosting Decision Tree, GBDT),是因为它基于梯度提升的原理,逐步提升模型的表现,最终构建一个强大的预测模型。XGBoost通过集成一系列的决策树(称为弱学习器或基学习器)来完成这 阅读全文
posted @ 2024-11-12 15:46 Chenyi_li 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/chumingqian/article/details/138339481?ops_request_misc=%257B%2522request%255Fid%2522%253A%252239F9C14D-9496-4B47-98DE-481CF29 阅读全文
posted @ 2024-10-24 14:44 Chenyi_li 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 转载:https://zhuanlan.zhihu.com/p/715241324 阅读全文
posted @ 2024-10-22 13:40 Chenyi_li 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/qq_73966979/article/details/131354005 阅读全文
posted @ 2024-10-04 11:47 Chenyi_li 阅读(48) 评论(0) 推荐(0) 编辑
摘要: huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/onechart_weights_path/'. Use `repo_type` 阅读全文
posted @ 2024-09-27 13:42 Chenyi_li 阅读(440) 评论(0) 推荐(0) 编辑
摘要: NotImplementedError: Using RTX 3090 or 4000 series doesn't support faster communication broadband via P2P or IB. Please set NCCL_P2P_DISABLE="1" and N 阅读全文
posted @ 2024-09-20 15:11 Chenyi_li 阅读(218) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示