diff options
author | jvech <jmvalenciae@unal.edu.co> | 2023-08-08 17:04:04 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2023-08-08 17:04:04 -0500 |
commit | 4b2fec340e01d09902ca790621b476a05f4b8c2a (patch) | |
tree | 542e59795357b9a94c873f6cd44371e3bd48ea38 /commands.gdb | |
parent | fff35116eed83c9368e8bd07d02c9e95c447e018 (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.gdb | 4 |
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 |