lif323
lif323
Hi, for the first question, I think new_z comes from the sampling of distribution q(z|w, c). But it is expressed in the form of embeddding. The function of decoder is...
> > I understand why `assert error` appears sometimes when running the program. This is because `val_edge_false` may appear in `edges_all`. ``` File "train.py", line 47, in adj_train, train_edges, val_edges,...
Hi, I think a program without `assert error`, that is, the correct code, is equivalent to the following code: ``` val_edges_false = [] while len(val_edges_false) < len(val_edges): idx_i = np.random.randint(0,...