aboutsummaryrefslogtreecommitdiff
path: root/commands.gdb
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2023-08-08 17:04:04 -0500
committerjvech <jmvalenciae@unal.edu.co>2023-08-08 17:04:04 -0500
commit4b2fec340e01d09902ca790621b476a05f4b8c2a (patch)
tree542e59795357b9a94c873f6cd44371e3bd48ea38 /commands.gdb
parentfff35116eed83c9368e8bd07d02c9e95c447e018 (diff)
add: pass activations to a separate file
The point is have this file for new activation function without bloating nn.c file
Diffstat (limited to 'commands.gdb')
-rw-r--r--commands.gdb4
1 files changed, 4 insertions, 0 deletions
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
Feel free to download, copy and edit any repo