Weiwei Duan

Results 5 issues of Weiwei Duan

感谢您的贡献爱,在使用示例代码时 from fightingcv_attention.attention import CrissCrossAttention import torch if __name__ == '__main__': input=torch.randn(2, 3, 256, 256) model = CrissCrossAttention(64) outputs = model(input) print(outputs.shape) 出现TypeError: 'module' object is not callable

Traceback (most recent call last): File "/home/dww/OD/others/SRGCAE-master/train_SRGCAE_Local.py", line 153, in train_model(args) File "/home/dww/OD/others/SRGCAE-master/train_SRGCAE_Local.py", line 76, in train_model feat_t1 = GCAE_model(node_t1, norm_adj_t1) File "/home/dww/anaconda3/envs/detection/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl return forward_call(*input, **kwargs)...

感谢您的贡献,请问可以公开文章中方法的代码吗,没有在现在的仓库中找到方法的代码

感谢您的贡献,启发很大。 想请问下可否开源相关对比方法的代码。对比方法官方都是在mmdetection2.X,您是将对比方法集成到3.X版本了吗,还是直接在2.x版本重新训练对比的方法呢

2025-06-03 09:22:16,118 - mmfewshot - INFO - workflow: [('train', 1)], max: 120000 iters 2025-06-03 09:22:16,119 - mmfewshot - INFO - Checkpoints will be saved to /home/dww/OD/mmfewshot/work_dirs/meta-rcnn_r50_c4_8xb4_coco_base-training by HardDiskBackend. Traceback (most...