Compute the 1000 most interacting nodes in each layer.

This works for fully connected layers only, but it works.
This commit is contained in:
2018-02-12 15:51:50 +01:00
parent 37c6cef733
commit 35ad3df4ca
5 changed files with 86 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ namespace fmri
const std::string& name() const;
Type type() const;
const std::vector<boost::shared_ptr<caffe::Blob<DType>>>& parameters() const;
static Type typeByName(std::string_view name);