Describe the bug
TGBSEQ_NegativeEdgeSamplerHook: tgm.exceptions.BadHookProtocolError: Cannot register hook TGBSEQ_NegativeEdgeSamplerHook: must implement call(dg: DGraph, batch: DGBatch) -> DGBatch and reset_state()
- /tgm/examples/linkproppred/roland.py", line 211, in eval
z = z.detach()
AttributeError: 'list' object has no attribute 'detach'
- test_base3_linkprop_inf_EB_memory_tgbl-wiki: Not enough time
- test_edgebank_tgb_seq_unlimited_memory not enough time
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
- OS:
- TGM Version:
- CPU / GPU
Additional context
Add any other context about the problem here.
Describe the bug
TGBSEQ_NegativeEdgeSamplerHook: tgm.exceptions.BadHookProtocolError: Cannot register hook TGBSEQ_NegativeEdgeSamplerHook: must implement call(dg: DGraph, batch: DGBatch) -> DGBatch and reset_state()z = z.detach()
AttributeError: 'list' object has no attribute 'detach'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
Additional context
Add any other context about the problem here.