for the gcn model in the phase of embedding generation:
-
when we have +data.embedding.model.gnn.gcn.h=[ ] in command run, we see h in the folder name. ( better to see hNone)
-
we expect to face an error with the command +data.embedding.model.gnn.gcn.nn=[10] +data.embedding.model.gnn.gcn.h=32
because there is only 1-hop neighborhood sampling and there exists no hidden layer, but the code is running and generate the results in a folder its name includes h32.