Skip to content

How can i increase the accuracy of the model output? #642

Answered by rquey
Dreamown asked this question in Q&A
Discussion options

You must be logged in to vote

There is no option dedicated to this, but what you can do is substitute all %.12f by %.14f in the source code:

sed -i "s/%\.12f/%.14f/g" `find . -name "*.[c,cpp]"`

then recompile.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@rquey
Comment options

@Dreamown
Comment options

@Dreamown
Comment options

@rquey
Comment options

@Dreamown
Comment options

Answer selected by rquey
Comment options

You must be logged in to vote
1 reply
@rquey
Comment options

rquey Feb 9, 2023
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants