自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 如何解决Springer(sn-jnl)版本无法使用bibtex自动生成引用文献

1. 在su-jnl.cls文件中找到开头与结尾,大约在从1643行开始。3. 在.tex文件中导入进行编译即可。2. 将这一部分的内容替换为如下内容。

2026-01-17 17:19:33 456

原创 (已解决)安装apex——报错:AttributeError: module ‘torch.distributed‘ has no attribute ‘_all_gather_base‘

(已解决)安装apex——报错:AttributeError: module 'torch.distributed' has no attribute '_all_gather_base'

2023-09-25 17:40:04 2471 4

原创 本地下载openai报错

下载openai

2023-09-12 18:50:00 649 1

原创 CommandNotFoundError: Your shell has not been properly configured to use ‘conda deactivate‘. To init

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. To initialize your shell, run

2023-01-17 21:09:41 788

原创 在linux服务器上下载并安装conda

在linux服务器上下载并安装conda

2022-11-26 22:24:28 1754

原创 利用pandas对dataframe数据进行检索——loc()和iloc()

首先,读取某个excel表import pandas as pdimport numpy as npfrom pandas import DataFrameimport ospath = r'C:\Users\22698\Desktop\rjj.xlsx'data=pd.read_excel(path) #此时所导入的数据类型是dataframe类型一、使用步骤1.loc()loc()通过索引中的具体值来进行取数据代码如下(示例):data.loc[:,['IP','label'

2022-05-18 09:28:11 1343

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除