We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Symptom: Fails with exception https://github.com/uzh-rpg/imips_open/blob/master/train.py#L83 , many output channels are either all 0 or all 1.
Fix: Replace
imips_open/python/imips/nets.py
Lines 90 to 95 in 9285a4f
EPS = 10e-5 def inlierLoss(x): return -tf.log(x + EPS) def outlierLoss(x): return -tf.log(tf.maximum(1 - x, EPS))
Thanks Logan Lembke from South Dakota School of Mines and Technology for the bug report and @Talasta for the fix!
I hope to get around to fix this with the appropriate testing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Symptom: Fails with exception https://github.com/uzh-rpg/imips_open/blob/master/train.py#L83 , many output channels are either all 0 or all 1.
Fix:
Replace
imips_open/python/imips/nets.py
Lines 90 to 95 in 9285a4f
Thanks Logan Lembke from South Dakota School of Mines and Technology for the bug report and @Talasta for the fix!
I hope to get around to fix this with the appropriate testing.
The text was updated successfully, but these errors were encountered: