From 507cb5e2e6b39c162ed52991ef0719f00f3d7f84 Mon Sep 17 00:00:00 2001 From: JohnMark Taylor Date: Sun, 18 Aug 2024 11:43:22 -0700 Subject: [PATCH] Modified the readme file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0dffc8..4fc56c1 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,8 @@ for analyzing the extracted activations. This is in part because it's impossible want to do with the activations, or all the possible models you might want to look at, but also because there are already outstanding packages for doing these things. Here are a few-let me know if I've missed any! +- [Cerbrec](cerbrec.com): Program for interactively visualizing and debugging deep neural networks (uses TorchLens under + the hood for extracting the graphs of PyTorch models!) - [ThingsVision](https://github.com/ViCCo-Group/thingsvision): has excellent functionality for loading vision models, loading stimuli, and analyzing the extracted activations - [Net2Brain](https://github.com/cvai-roig-lab/Net2Brain): similar excellent end-to-end functionality to ThingsVision,