tiny-cuda-nn icon indicating copy to clipboard operation
tiny-cuda-nn copied to clipboard

Can I use half precision training and inference data?

Open julcst opened this issue 9 months ago • 1 comments

Is there any difference between using half precision or full precision inputs and outputs when the network internally uses half precision for weights or can I safely reduce memory consumption without consequences?

julcst avatar Mar 20 '25 15:03 julcst

Ok, this seems not possible because Encoding enforces float input

julcst avatar Mar 20 '25 15:03 julcst