vikasverma1077 / GraphMix

Code for reproducing results in GraphMix paper

Repository from Github https://github.comvikasverma1077/GraphMixRepository from Github https://github.comvikasverma1077/GraphMix

get_augmented_network_input function is missing

kvr777 opened this issue · comments

Hi, thank you for the great repo.
I found out that inside of GNN class, the function forward_mix is not working because function get_augmented_network_input is missing.
Did you just forget to delete forward_mix function (as I understood you don't use it in this example) or the function get_augmented_network_input should be added in the code?

Hello, thanks for your interest. That function is not in use anymore.