Recent Releases of osculari
osculari -
- [New feature] Activation loader for all supported networks/layers.
- [Bug fixes] Fixed the models whose outputs are not a tensor and are dictionary or named tuple (e.g., GoogLeNet, Inception-V3 and segmentation models).
- [Bug fixe] Fixed minor bugs detected by unit tests.
- Python
Published by ArashAkbarinia over 2 years ago
osculari - v0.0.2
- Extracting features from the following pretrained models:
- All classification and segmentation networks from PyTorch's official website.
- All OpenAI CLIP language-vision models.
- All Taskonomy networks.
- Reading out the network's feature at any depth (layer).
- Supporting both convolution and transformer architectures.
- Adding a linear classifier on top of the frozen pretrained networks.
- Generic shape appearance dataset to train linear classifiers.
- Psychophysical paradigms:
- Two-alternative-forced-choice (2AFC).
- Staircase procedure.
- Python
Published by ArashAkbarinia over 2 years ago