Lukas Muttenthaler
Lukas Muttenthaler
- now, one can only use `DEFAULT` weights for `torchvision` which is limited behavior (our goal is flexible behavior) - we need to make feature extraction more flexible for a...
Improve readability of README file. Make text more concise and easier understandable?
Allow a user to add their own (pretrained) models without the necessity to upload them to `thingsvision` / make a PR - pass a model object to the extractor class...
- modularized extraction - base extractor class from which all source-specific extractor classes are supposed to inherit - mixin classes for both `PyTorch` and `TensorFlow` - source-specific extractor classes that...
Currently, we have some if-statements that address model-specific exceptions. Since these are exceptions rather than something general, we want to specify them in the custom model file or move them...
Add source-specific config classes (e.g., `TimmConfig()`, `VisslConfig()`) similarly to how `huggingface` does it
- add models from the [`vissl`](https://vissl.ai/) library (in particular SimCLR) - we might want to do this in accordance with the fix for issue #69, since [`vissl`](https://vissl.ai/) will have its...
I just wanted to let you know that we are working on a library that facilitates feature extraction (i.e., extraction of image representations) for Keras models. :) Here's the link...
There are a few changes I would like to see, myself, but this should ultimately be Lukas's decision. I think we should ask for an `out-folder` and automatically name it...