We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
embeddings_name = ( "../data_validation/" + self.data_name + "/processed/" + "embeddings_" + self.data_name + "_" + self.loss_name + ".npy" ) if os.path.exists(embeddings_name): emb = np.load(embeddings_name) return emb
The text was updated successfully, but these errors were encountered:
embeddings_name, out.detach().cpu().numpy(), ) return out.detach().cpu().numpy() ```
Sorry, something went wrong.
structural_neighbourhood
if os.path.exists( "../data_validation/" + self.data_name + "/processed" + "/structural_neighbourhood_" + self.data_name + ".npy" ): new_edge_index = np.load( "../data_validation/" + self.data_name + "/processed" + "/structural_neighbourhood_" + self.data_name + ".npy" ) ``` np.save( "../data_validation/" + self.data_name + "/processed" + "/structural_neighbourhood_" + self.data_name + ".npy", np.array(new_edge_index), )
No branches or pull requests
The text was updated successfully, but these errors were encountered: