Hi: thanks for the great package!
I'm trying to learn an embedding on the dblp dataset. I'm able to train for 7 "rounds" of 5 epochs each. However, during the 7th rounds, the code breaks, and I receive the below error.
I'm calling: python embedding.py -t dblp -l 15 -bs 75 -iter 5 -sm 7500 -exp lp -method dynAERNN. The dataset dblp consists of 17 graphs, with the same number of nodes at each time step. I was able to get other datasets running. I am missing something with the parameter settings or how I'm supposed to preprocess the data? Any help appreciated!

Hi: thanks for the great package!
I'm trying to learn an embedding on the dblp dataset. I'm able to train for 7 "rounds" of 5 epochs each. However, during the 7th rounds, the code breaks, and I receive the below error.
I'm calling:

python embedding.py -t dblp -l 15 -bs 75 -iter 5 -sm 7500 -exp lp -method dynAERNN. The datasetdblpconsists of 17 graphs, with the same number of nodes at each time step. I was able to get other datasets running. I am missing something with the parameter settings or how I'm supposed to preprocess the data? Any help appreciated!