logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【python】matplotlib绘图

import numpy as npdef main():passdef draw(data, label_list, whole, picture_name):from matplotlib import pyplot as pltplt.rcParams['font.sans-serif'] = ['SimHei']# 画布大小fig = plt.figure(figsize=(40, 8),

【大模型】微调qwen2

如果报错 input should be a valid integer, got a number with a fractional part[type=int_from_float, xxxxxxx] 这种就是需要将deepspeed版本回退到0.14.4。之前qwen1.5给出了微调代码,但是后面的qwen系列似乎没有给出微调代码。试了一下,qwen1.5的微调代码也可以微调qwen2的模

#深度学习#人工智能#语言模型
【大模型】试用glm4v-9b

【代码】【大模型】试用glm4v-9b。

文章图片
#深度学习#人工智能#python
【git】This repository is configured for Git LFS but ‘git-lfs‘ was not found on your path

现象:git push origin master报错,报错信息为:\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/pr

[anaconda]搜索第三方库,安装指定版本的库

方法一conda config --set show_channel_urls yesconda search tensorflow==1.14# NameVersionBuildChanneltensorflow1.14.0 eigen_py36hf4fd08c_0anaconda/p...

【anaconda】scipy报错:“ImportError: DLL load failed: 找不到指定的模块”

环境:win10 + python 3.5现象:>>> import sklearnTraceback (most recent call last):File "<stdin>", line 1, in <module>File "D:\anaconda3\envs\tensorflow\lib\site-packages\sk...

【anaconda】[WinError 126] 找不到指定的模块

现象:conda install package 时,报错winerror 126找不到指定的程序。环境:win 10 + anaconda4.8.0 / python 3.7。解决(亲测):Anaconda/DLLS中缺少libcrypto-1_1-x64.dll,anaconda3\Library\bin中缺少libcrypto-1_1-x64.dll。...

【git使用】Failed to connect to 127.0.0.1 port 1080: Connection refused

查询是否使用代理:git config --global http.proxy取消代理:git config --global --unset http.proxy

    共 15 条
  • 1
  • 2
  • 请选择