netrep
netrep copied to clipboard
Some methods for comparing network representations in deep learning and neuroscience.
I’m trying to use your `netrep` repo for my own analyses but I’m getting stuck on some errors and I just wanted to make sure I’m implementing it correctly. Essentially,...
Hi. Thanks for the great work you have done in this paper. It is so interesting and kind of related to my research in model interpretation, I would like to...
Recently had to downgrade Python to 3.7 for some reason and ran into this. ```python --------------------------------------------------------------------------- ImportError Traceback (most recent call last) ~/code/netrep/netrep/metrics/__init__.py in 1 from netrep.metrics.cka import LinearCKA ---->...
There's a few files with no test coverage, and some that are commented out. It's unclear whether I should assume that they're broken, that they might work but are untested,...
New additions: - [Added alternating optimization for computing shape distances on stochastic processes](https://github.com/ahwillia/netrep/commit/1f07ffe5ebd798f31c9992c9422b6c79e3686c0a). - [Added differentiable optimization for computing shape distances on stochastic processes](https://github.com/ahwillia/netrep/commit/15ad35e2552ad095ab3ecaffaf9701fcddced383). - [Added a notebook example for...