Mostafa kotb

Results 6 comments of Mostafa kotb

@Thartvigsen I noticed this issue not fixed yet in the code!!!!

@1140310118 Did you find out where the data come from?

@1140310118 Did you find out where the data come from?

@zhiyongc Another thing, when computing x_last_obsv we need to make a copy of speed_squences array by using np.copy() because using assignment makes a reference. (line 71 in main): `X_last_obsv =...

@zhiyongc When you generate **Mask**, **Delta**, and **Last_observed_X** in the code, you shuffle them twice, while you shuffle **speed_sequences** and **speed_label** once. The first time when you create them and...

@zhiyongc Sorry if the following question sounds naive, but I'm new to pytorch In **_forward_** function, line **_144_**: `outputs = None` Based on my understanding you don't apply any prediction...