Kevin Hu

Results 4 comments of Kevin Hu

> The version of `torch_geometric` implied by your environment is 2.2.0, rather than the most recent release of 2.5.3. Does the issue persist in the most recent version of `torch_geometric`?...

> It works for me. Can you do me a favor and modify [this line](https://github.com/pyg-team/pytorch_geometric/blob/2.5.3/torch_geometric/nn/conv/message_passing.py#L196) to > > ```python > except Exception as e: > print(e) > ``` > >...

Hello, a little more info: even though I changed the model's name to GCNConv_test(MessagePassing), the exception remains the same.

> You can downgrade torch to 2.4.1 and it works well. ![1f4a0db5265570a85179318bb204ead](https://github.com/user-attachments/assets/7391be0d-adeb-44c8-a64b-e1dc62be94d9) Hi @ztc20011103 , can I ask how did you solve this confliction? `mmyolo 0.6.0 requires mmcv=2.0.0rc4; extra ==...