MALES-project / SpeckleCn2Profiler

:satellite: :cyclone: A platform to use speckle patterns to describe atmospheric turbolence
https://males-project.github.io/SpeckleCn2Profiler/
MIT License
3 stars 0 forks source link

Implement float16 #32

Open SCiarella opened 4 months ago

SCiarella commented 4 months ago

The experimental data coming from the camera and the detector have a resolution that is captured by float16 format.

This means that the model does not have to be more precise than that and can be made faster by using either float16 (if compatible) or at least float32.

SCiarella commented 3 months ago

While the float16 is optional and arguably not worth it (due to incompatibility with most of the core libraries), it is important to