Open ioana-blue opened 5 years ago
Funnily enough, I get this only when I use learning rate decay.
Not sure why this error happens. I set a try/catch and I printed the number of predictions/targets, they are both non-zero (and equal, as expected). One thing that might happen is some prediction to be non-empty, but really empty (as in whitespaces?)
Not sure why this error happens. I set a try/catch and I printed the number of predictions/targets, they are both non-zero (and equal, as expected). One thing that might happen is some prediction to be non-empty, but really empty (as in whitespaces?)
Have you solved the problem? My predicetions is always same. Just like:
prediction: test performed target: set prediction: test performed target: set prediction: test performed target: cpy prediction: test performed target: len prediction: test performed target: len prediction: test performed target: to string prediction: test performed target: set euler angles prediction: test performed target: set euler angles rad prediction: test performed target: get gimbal pole prediction: test performed target: get roll rad prediction: test performed target: get roll prediction: test performed target: get pitch rad prediction: test performed target: get pitch prediction: test performed target: get yaw rad prediction: test performed target: get yaw
I see quite often the following error. See below for a stack trace (ignore the line numbers, I have a local copy of the code that has debug prints, more output, etc.). It looks as if there are no predictions performed (since targets is non-empty) and the code dies in rouge.
Any hunch why that would happen?