Yihao Wang
Yihao Wang
Sorry for the deprecated YAML configuration file 😿 Just remove the `total_len` key and change the `noise_factor` key to `noisy`. As for the problem with `model_name`, I will merge your...
> Hi, thank you for the response and for sharing the code and dataset. I think this work is pretty cool. I found that `noise_factor` also appeared once in the...
> Hi, the email address in the paper seems unable to reach, can you provide another email address. So that I can further consult some details. Sure! Please contact me...
> Does this PR make a difference to something? From what I understand, the kernel value is upcast into float before doing any accumulation (and accumulation is anyway in f32)....
Hi @am17an, thanks for reviewing this PR. Here’s what has been updated: 1. Simplified CUDA kernel dispatch logic. 2. Renamed `type_kernel` to `kernel_type`. 3. Introduced a templated `ggml_compute_forward_conv_2d_transpose_impl` to reduce...