Federico Bussolino
Results
2
comments of
Federico Bussolino
use f128::f128; use std::mem; // Define a struct to hold 128-bit float bits with endianness awareness #[repr(C)] #[derive(Copy, Clone, Debug, PartialEq, Eq)] struct F128Bits { lo: u64, // least significant...
Thanks, I have another question: To train it for teacher do you need another training procedure? I mean you use as target for the refined features the downscaled gt with...