- 博客(10)
- 收藏
- 关注
原创 【论文阅读】2024-Pattern Recognition-Improving Augmentation Consistency for Graph Contrastive Learning
针对现有GCL方法中,由于增强方案不一致,难以从原始视图继承图的语义和结构属性,影响增强视图中节点的一致性。为解决该问题,文章提出ConGCL,主要对损失函数进行改进。
2024-06-26 22:09:17 181 4
原创 ModuleNotFoundError: No module named ‘jieba‘
出现此类报错是因为环境中没有相应的包,需要下载相应的包。在终端打开Python 环境。此时可以使用国内镜像进行下载。但下载容易出现错误,如。
2024-04-22 21:50:57 1704
原创 AttributeError: module ‘numpy‘ has no attribute ‘bool‘.
但目前大多数解决办法是对numpy版本进行更改,但此方法较为复杂,且可能对原有包产生破坏。出现此问题的原因主要是numpy版本问题。一种较为简单的解决办法是根据报错提醒,
2024-04-20 14:55:54 234
原创 pytorch:AttributeError: ‘GlobalStorage‘ object has no attribute ‘train_mask‘
【代码】pytorch:AttributeError: ‘GlobalStorage‘ object has no attribute ‘train_mask‘
2024-03-22 21:49:14 555 1
原创 ModuleNotFoundError: No module named ‘faiss‘
解决:终端进入环境:conda install -c conda-forge faiss-gpu。下载.whl文件仍然出现错误。激活虚拟环境,进行安装。
2024-03-21 21:14:15 1088 1
原创 AttributeError: ‘DGLGraph‘ object has no attribute ‘send‘解决办法
出现该问题的原因是 dgl版本问题,如果以及下载dgl,此时不要急,只需将代码中。此行代码,便可以解决!
2023-11-13 17:07:33 512
原创 Upload did not complete.Thank you for helping to improve conda.解决办法
当在终端pip install 安装python库时,有时会出现以上信息。关掉所有的代理网络clash,然后再进行重试,将不再会出现以上报错。
2023-11-13 12:47:54 1771
原创 error: no commands supplied 解决办法
首先win+R打开终端,并激活虚拟环境,进入代码保存的路径(先输入所在盘,如D:,在使用cd+详细地址,如cd D:\pycharm location\pygcn-master\pygcn-master),之后再输入Python setup.py install。当从GitHub上下载下代码在本地运行时,运行setup.py出现以下报错时,采用以下方法解决。然后就会自动安装依赖。
2023-10-27 17:34:25 3983 1
原创 Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same or input
在训练模型时使用的gpu,而在预测时使用cup导致,所以需要将预测图片加上.cuda(),使用GPU进行预测。
2023-09-24 21:10:10 358 2
原创 torch-geometric 安装时出现AttributeError: module torch has no attribute sparse_csc解决办法
出现 AttributeError: module torch has no attribute sparse_csc 报错情况,通过查询各种资料,没有找到解决办法,当查看torch手册时发现,是torch-geometric版本不对应问题。使用 pip show torch-geometric 查看torch-geometric版本号,发现自己安装的是最新的版本2.3.1。首先,使用 pip uninstall torch-geometric 进行卸载已有版本的torch-geometric。
2023-08-15 14:34:34 1655
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人