aboutsummaryrefslogtreecommitdiff
path: root/commands.gdb
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2023-08-12 07:51:21 -0500
committerjvech <jmvalenciae@unal.edu.co>2023-08-12 07:51:21 -0500
commit0962620dfc7b56ec7f5c423a2e3bb9c8dc4493c2 (patch)
tree53f45c4f667d00394f8374fe1fed30267142a125 /commands.gdb
parent30dd1e327571c3ba9de8ee8740c607dcc0ece584 (diff)
add: softplus activation added
Diffstat (limited to 'commands.gdb')
-rw-r--r--commands.gdb4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands.gdb b/commands.gdb
index 9161580..9265e9a 100644
--- a/commands.gdb
+++ b/commands.gdb
@@ -1,4 +1,4 @@
-break nn.c:68
+break nn.c:35
commands
- p *net_out@labels_shape[1]*labels_shape[0]
+ printf "(%zu x %zu)", out_shape[0], out_shape[1];
end
Feel free to download, copy and edit any repo