Implement some visualisation for ReLU layers.

This commit is contained in:
2018-02-22 16:20:59 +01:00
parent 3c5358d8d6
commit 86d2b8b48a
2 changed files with 49 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ namespace fmri
Convolutional,
ReLU,
Pooling,
Output,
InnerProduct,
DropOut,
Other