Suppress scientific notation libtorch

Does anybody know how to suppress scientific notation(standard form) in libtorch?

It seems that the format of the C++ API output is defined here, which seems to use a few conditions and uses the fixed formatting.
I don’t see any options you could pass to change the format, but you could create a feature request and exaplain your use case on GitHub. :slight_smile:

Great, thank you very much for your help :slight_smile: