Closed henrique-borba closed 1 year ago
Double precision time is actually too much for most ML tasks, requires more memory and CPU cycles and are not available for Tensor Cores computation.
Usage of a single-precision point type is also unique because PHP stores every float point into a double precision.
Solved by 3b874e34
Double precision time is actually too much for most ML tasks, requires more memory and CPU cycles and are not available for Tensor Cores computation.
Usage of a single-precision point type is also unique because PHP stores every float point into a double precision.