Hi I have been trying to replicate the results of the paper, but the codes in the provided notebooks do not seem to work, the generated dataset when going into the GCN model for feature extraction will result in shape mismatch
mat1 and mat2 shapes cannot be multiplied (xxx x xxx and 39x256)
Also I have noticed there are some variable names that don't exist, which I changed to accomodate the rest of the code, and I still find myself unable to make the scripts run.
Is this because of mismatch of DGL version? Or are the codes run for experiments not the same code provided in the notebooks?
Many thanks, best regards
Hi I have been trying to replicate the results of the paper, but the codes in the provided notebooks do not seem to work, the generated dataset when going into the GCN model for feature extraction will result in shape mismatch
mat1 and mat2 shapes cannot be multiplied (xxx x xxx and 39x256)
Also I have noticed there are some variable names that don't exist, which I changed to accomodate the rest of the code, and I still find myself unable to make the scripts run.
Is this because of mismatch of DGL version? Or are the codes run for experiments not the same code provided in the notebooks?
Many thanks, best regards