Sara J. Al-Rawi

Results 3 issues of Sara J. Al-Rawi

In my implementation, I try to optimize a model using Adam optimizer. Namely, `GGML_OPT_TYPE_ADAM` when the grads differ when the code runs as a native program than the code compiled...

Firstly, thank you very much for the great work! How can I cite your work since I utilized the ggml library in my work. Thanks in advance! Keep up the...

I built a simple autoencoder model using ggml. In the forward function and after running the matrix multiplication, and activation functions, I run: ggml_build_forward_expand(gf, out_layer_1); Forward function: struct ggml_tensor *logits...