From 4b2fec340e01d09902ca790621b476a05f4b8c2a Mon Sep 17 00:00:00 2001 From: jvech Date: Tue, 8 Aug 2023 17:04:04 -0500 Subject: add: pass activations to a separate file The point is have this file for new activation function without bloating nn.c file --- commands.gdb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 commands.gdb (limited to 'commands.gdb') diff --git a/commands.gdb b/commands.gdb new file mode 100644 index 0000000..9161580 --- /dev/null +++ b/commands.gdb @@ -0,0 +1,4 @@ +break nn.c:68 + commands + p *net_out@labels_shape[1]*labels_shape[0] + end -- cgit v1.2.3-70-g09d2