Compute the 1000 most interacting nodes in each layer.
This works for fully connected layers only, but it works.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user