You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your question. The 295 is the dimension of one-hot time embedding. As the traffic data is collected every 5 minutes, there are 288 time slots per day (calculated by 24 * 60 / 5). The last 7 positions represent the days of a week. 288 +7 = 295. Cheers.
Hello, thanks for sharing the excellent code.
Could you tell me the meaning of “295” at line 12?
time_coding = np.zeros((num_step, 295, 1), dtype="float32")
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: