- 博客(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
原创 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
原创 利用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关注的人
RSS订阅