#Loss stuck at certain value
1 messages · Page 1 of 1 (latest)
Sounds like regression since you're dealing with taking in a sequence of timesteps and trying to predict an output sequence
Give me a few very explicit examples then
of input & output
So what are the range of values for each index of the inputs?
Inputs are have length of 4
index0 range: [?, ?]
index1 range: [10, 13]
index2 range: [0, 29]
index3 range: [?, ?]
And for the outputs?
Outputs have length of 3
index0 range: [?, ?]
index1 range: [10, 13]
index2 range: [0, 29]
if the last values of the inputs/outputs are not important, why not drop them?