mw66
mw66
ok, for my question 3), I found: https://github.com/ant-research/Pyraformer/blob/master/data_loader.py#L443 ``` data, label = split(split_start, label, cov, self.pred_length) ``` which on https://github.com/ant-research/Pyraformer/blob/master/data_loader.py#L398-L403 ``` single_data = batch_label[i:(split_start+i)].clone().unsqueeze(1) single_data[-1] = -1 single_cov = cov[batch_idx,...
Actually, the the optimization target is the following two combined, and with the magic number 100 (why)? https://github.com/ant-research/Pyraformer/blob/master/single_step_main.py#L113-L114 ``` loss = likelihood_loss + 100 * mse_loss loss.backward() ``` I'm just...
@Zhazhan do you have time to answer my above questions? Thanks
Ok, so the `app_name` and `zone` are there, but how about the previous value of the raw input sequence (inside the window size)? Let's check the raw input sequence data,...
https://forum.dlang.org/thread/[email protected] ## Challenge Problem: Suppose a person who has both US & UK residence, travel to Paris, and feel ill need to withdraw some money and see a doctor: 1)...
## Another example, in pseudo D code: https://forum.dlang.org/post/[email protected] On Monday, 28 September 2020 at 19:41:07 UTC, H. S. Teoh wrote: > On Mon, Sep 28, 2020 at 06:56:40PM +0000, mw...
Python test code is here: https://github.com/mrjbq7/ta-lib/issues/435#issuecomment-868955590 OK, I have showed my point theoretically (in the OP). Now I just did the following test, it shows (actually proves) The MFI function...
But need to add the attention mechanism (one-hot for each char in the seq) to the training first.
why when I run the GY521_pitch_roll_yaw example code, all the numbers slowly increase 0 -> 359 -> 0?
I also tried another library, at lease the output numbers are stable, does not auto-incremental over time when the chip is not moving at all. But I have another data...
why when I run the GY521_pitch_roll_yaw example code, all the numbers slowly increase 0 -> 359 -> 0?
I got ~+/- 0.xx at zero degrees.