applyWeightsWithDebug
fun <T : DType, V> applyWeightsWithDebug(module: Module<T, V>, tensors: List<WeightTensor<T, V>>, debug: Boolean): WeightMapper.MappingResult(source)
Apply weights with optional debug output.
Return
Mapping result with statistics
Parameters
module
The SKaiNET module to apply weights to
tensors
The decoded weight tensors
debug
Whether to print debug information