FFrankyy / FINDER

FINDER - FInding key players in complex Networks through DEep Reinforcement learning (Nature Machine Intelligence)
MIT License
182 stars 46 forks source link

Implementing FINDER on a new dataset #30

Open KBhandari11 opened 2 years ago

KBhandari11 commented 2 years ago

I am having issues implementing FINDER on certain datasets. I have no issues with some dataset but for some I end up with this exception: File "FINDER.pyx", line 490, in FINDER.FINDER.Predict assert (pos == len(raw_output)) AssertionError

I am hoping you could clarify the purpose of the assertion. Thank you!