Hi, jisu.
I'm sorry but I found that your code cannot be run. Maybe it's caused by some mistakes unconsciously. Here're they:
- Is the sequence between the 492nd line and the 494th line in the file DGCF.py upside down?
- A typo issue: in the 494th line, 'GDCF' should be written as 'DGCF'.
- ua_embeddings and ia_embeddings are not initialized before they are used for the first time in the function "init_weights()" @file DGCF.py
- Line 150 in DGCF.py: "def _create_star_routing_embed_with_p()", the last letter 'p' should be a capital letter according to how you call it.
- ....... Maybe you should re-check the code
Hi, jisu.
I'm sorry but I found that your code cannot be run. Maybe it's caused by some mistakes unconsciously. Here're they: