sjy1203 / GAMENet

GAMENet : Graph Augmented MEmory Networks for Recommending Medication Combination
MIT License
128 stars 43 forks source link

code error #13

Open SZH1230456 opened 3 years ago

SZH1230456 commented 3 years ago

I am confused about the train and test process, why do you use c^t_d, c^t_p, c^t_m to predict c^t_m?https://github.com/sjy1203/GAMENet/blob/da695b4fc9390882f3a681c82115e81291ae6380/code/train_GAMENet.py#L46-L53 I guess you got the wrong number when you sliced them.