gemma.cpp/backprop
Zoltan Szabadka 465998d25a Add support for custom sampling function to runtime config.
With this addition the ComputeCrossEntropy function can be moved
to its own library, because now we can compute it using only the
public API functions from gemma.h
2024-06-07 11:45:07 +00:00
..
backward-inl.h Merge pull request #212 from szabadka:adam2 2024-06-07 02:25:18 -07:00
backward.cc Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
backward.h Move the backpropagation code to its own directory 2024-06-04 10:20:16 +00:00
backward_scalar.h Merge pull request #212 from szabadka:adam2 2024-06-07 02:25:18 -07:00
backward_scalar_test.cc Merge pull request #212 from szabadka:adam2 2024-06-07 02:25:18 -07:00
backward_test.cc Merge pull request #212 from szabadka:adam2 2024-06-07 02:25:18 -07:00
common_scalar.h Merge pull request #212 from szabadka:adam2 2024-06-07 02:25:18 -07:00
forward-inl.h Merge pull request #212 from szabadka:adam2 2024-06-07 02:25:18 -07:00
forward.cc Simplifications: remove GemmaInterface and GemmaImpl 2024-06-06 05:54:21 -07:00
forward.h Move the backpropagation code to its own directory 2024-06-04 10:20:16 +00:00
forward_scalar.h Add Adam optimizer. 2024-06-06 18:41:36 +00:00
optimize_test.cc Add support for custom sampling function to runtime config. 2024-06-07 11:45:07 +00:00
optimizer.cc Merge pull request #212 from szabadka:adam2 2024-06-07 02:25:18 -07:00
optimizer.h Add Adam optimizer. 2024-06-06 18:41:36 +00:00
prompt.h Add missing include 2024-06-04 10:29:12 +00:00
sampler.h Merge pull request #212 from szabadka:adam2 2024-06-07 02:25:18 -07:00
test_util.h Move the backpropagation code to its own directory 2024-06-04 10:20:16 +00:00