diningphil/gnn-comparison

Call each other

rym21 opened this issue · 2 comments

rym21 commented

In Launch_Experiments.py, def train() and def _train(), The two functions call each other, resulting in an endless loop?

There is no definition of methods train and _train in Launch_Experiments.py. What functions are you referring to?

rym21 commented

The reason I suspect they call each other is because the program print to much logs and take a long time. I doubt that the program seems to be stuck in an endless loop and TE loss: None TE acc: None. I have changed classifier_epochs from 5000 to 50 in config_BaselineChemical.yml. I had the program running all night, and it give me a result. I have no problem now. Thanks for your attention.