I noticed that only the last time step of each sample is kept by the following code:
https://github.com/zezhishao/STID/blob/f9801a5d4939e7d3eb100525c1c027cbd34630d3/stid/stid_arch/stid_arch.py#L76-L88
More specifically, the operation "t_i_d_data[:, -1, :]" is used to get the last time step from input data.
Could you please provide more interpretations?
I noticed that only the last time step of each sample is kept by the following code:
https://github.com/zezhishao/STID/blob/f9801a5d4939e7d3eb100525c1c027cbd34630d3/stid/stid_arch/stid_arch.py#L76-L88
More specifically, the operation "t_i_d_data[:, -1, :]" is used to get the last time step from input data.
Could you please provide more interpretations?