Results 7 comments of PhilippKaniuth

- Include warning at the beginning that some original function calls mentioned in the paper are deprecated and that users should follow exclusively follow the README.

I second letting users provide names. Otherwise, some users might be suprised/confused how much of their storage - depending on the network they chose - is now filled with activations...

Broken link [here](https://vicco-group.github.io/thingsvision/AvailableModels.html#timm), replace with https://timm.fast.ai/model_architectures.

For context: currently, the optionally returned `betas` are computed using the whole dataset. However, in order to do so, one needs the best hyperparameter for the whole dataset (for each...

~If the aim is to generalize betas to a second `target` their might be a (more feasible) alternative:~ ~The user submits two (or several) `target`s. One of them will be...

Rename func `collapse_RDM` to sth. that reflects that it can be used for RSMs as well.

This is actively worked on on the branch [generalize-betas](https://github.com/ViCCo-Group/frrsa/tree/generalize-betas).