pytorch-meta
Enrichment pendingA collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Dormant (1090d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Personal account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
Capability facts
- Languages
- python
Source: github.language · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
You can install Torchmeta either using Python's package manager pip, or from source. To avoid any conflict with your existingSource link
Tags
README
Installation
You can install Torchmeta either using Python's package manager pip, or from source. To avoid any conflict with your existing Python setup, it is suggested to work in a virtual environment with virtualenv. To install virtualenv:
pip install --upgrade virtualenv
virtualenv venv
source venv/bin/activate
Requirements
- Python 3.6 or above
- PyTorch 1.4 or above
- Torchvision 0.5 or above
Using pip
This is the recommended way to install Torchmeta:
pip install torchmeta
From source
You can also install Torchmeta from source. This is recommended if you want to contribute to Torchmeta.
git clone https://github.com/tristandeleu/pytorch-meta.git
cd pytorch-meta
python setup.py install