-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
would torch.float32 type influence precision as you use RNN in gesture decoder? #42
Comments
the code are like following. There are 2 test data. the result that when you use such for loop is different from the result when you only one data to run the program respectively.
I save a temp para to check the results in 'write_bvh' function, that is
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found that it would cause that the reuslts might be different when the rnn decoder run many times.
I guess this is beacuse of float32 type would harm the precision. could you give some advice or provide the pretrained model in float64.
The text was updated successfully, but these errors were encountered: