摘要: 混淆矩阵、TP、FP、TN、FN、ACC、Recall、Precision、Sensitivity、Specify、PPV、NPV、TPR、FPR、FNR、ROC、AUC、F1-score、PR、IOU、AP、mAP、DICE 阅读全文
posted @ 2024-04-25 09:16 一点飞鸿 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Traceback (most recent call last): File "/disk2/xiaoming/Github/ChatHxk/chinese_alpaca_2_7b_16k_hf/hxk_demo.py", line 345, in gentask ret = self.mfunc 阅读全文
posted @ 2024-03-13 10:17 一点飞鸿 阅读(30) 评论(0) 推荐(0) 编辑
摘要: pip install tokenizers==0.14.0重新运行,报以下错误:ImportError: tokenizers>=0.11.1,!=0.11.3,<0.14 is required for a normal functioning of this module, but found 阅读全文
posted @ 2024-03-05 14:44 一点飞鸿 阅读(66) 评论(0) 推荐(0) 编辑
摘要: ​1. 安装显卡驱动 驱动下载地址: https://www.nvidia.cn/Download/Find.aspx?lang=cn 此处下载的显卡驱动为(有的显卡型号可以选择cuda版本): NVIDIA-Linux-x86_64-470.182.03.run 安装后,xshell中输入nvid 阅读全文
posted @ 2023-12-12 18:27 一点飞鸿 阅读(164) 评论(0) 推荐(1) 编辑
摘要: SENetV2: Aggregated dense layer for channelwise and global representations 官方代码是用tf.keras实现(论文中没有标注):https://github.com/mahendran-narayanan/SENetV2-Ag 阅读全文
posted @ 2023-12-06 18:37 一点飞鸿 阅读(88) 评论(0) 推荐(0) 编辑
摘要: map_workbook = xlrd.open_workbook(excel_path_map)map_sheet = map_workbook.get_sheet(0) 改为: map_sheet = map_workbook.sheets()[0] #0为索引,第0张sheet 阅读全文
posted @ 2023-08-10 18:22 一点飞鸿 阅读(194) 评论(0) 推荐(0) 编辑
摘要: Copying files from CMake outputcreating directory _skbuild/linux-x86_64-3.6/cmake-install/cv2copying _skbuild/linux-x86_64-3.6/cmake-install/python/cv 阅读全文
posted @ 2023-07-26 17:58 一点飞鸿 阅读(1697) 评论(0) 推荐(0) 编辑
摘要: MedAugment报错: Traceback (most recent call last): File "/disk2/ccc/Github/Medaugment/medaugment.py", line 234, in <module> main() File "/disk2/ccc/Gith 阅读全文
posted @ 2023-07-26 17:57 一点飞鸿 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 修改:将dataloader中的num_works设置为0,之前是设置的4*显卡数量,是多个线程一起读,会出现错误 阅读全文
posted @ 2023-07-26 17:56 一点飞鸿 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 在pycharm中安装pyspark时出现,网上的好多解决办法都试过了,后来找到原因,是因为本机的JKD卸载了,但是环境变量还在... 阅读全文
posted @ 2023-07-19 17:27 一点飞鸿 阅读(32) 评论(0) 推荐(0) 编辑