paper-with-me

홈 › Papers

Torchmeta: A Meta-Learning library for PyTorch

2019-09-14 · Tristan Deleu, Tobias Würfl, Mandana Samiei, Joseph Paul Cohen, Yoshua Bengio

The constant introduction of standardized benchmarks in the literature has helped accelerating the recent advances in meta-learning research. They offer a way to get a fair comparison between different algorithms, and the wide range of datasets available allows full control over the complexity of this evaluation. However, for a large majority of code available online, the data pipeline is often specific to one dataset, and testing on another dataset requires significant rework. We introduce Torchmeta, a library built on top of PyTorch that enables seamless and consistent evaluation of meta-learning algorithms on multiple datasets, by providing data-loaders for most of the standard benchmarks in few-shot classification and regression, with a new meta-dataset abstraction. It also features some extensions for PyTorch to simplify the development of models compatible with meta-learning algorithms. The code is available here: https://github.com/tristandeleu/pytorch-meta

📄 PDF Abstract BibTeX arXiv:1909.06576

Code (5)

tristandeleu/pytorch-meta 공식 구현 pytorch
RamnathKumar181/Task-Diversity-meta-learning pytorch
emerald-ai/torchmetal pytorch
fastforwardlabs/learning-to-learn pytorch
sevro/torchmetal pytorch

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

Lightweight Gaussian Process Inference in C++ on Metal and CUDA

2026-05-18 · Yu-Hsueh Fang arxiv

Gaussian process (GP) inference in Python is dominated by libraries such as GPyTorch and GPflow, which are built on deep-learning frameworks and inherit their dispatch overhead and dependency footprint. We present LightG…

PyTorchVideo: A Deep Learning Library for Video Understanding

2021-11-18 · Haoqi Fan, Tullie Murrell, Heng Wang, Kalyan Vasudev Alwala 외

We introduce PyTorchVideo, an open-source deep-learning library that provides a rich set of modular, efficient, and reproducible components for a variety of video understanding tasks, including classification, detection,…

Deep LearningSelf-Supervised LearningVideo Understanding

PyTorch Tabular: A Framework for Deep Learning with Tabular Data

2021-04-28 · Manu Joseph

In spite of showing unreasonable effectiveness in modalities like Text and Image, Deep Learning has always lagged Gradient Boosting in tabular data - both in popularity and performance. But recently there have been newer…

Deep Learning

torchsom: The Reference PyTorch Library for Self-Organizing Maps

2025-10-13 · Louis Berthier, Ahmed Shokry, Maxime Moreaud, Guillaume Ramelet 외 arxiv

This paper introduces torchsom, an open-source Python library that provides a reference implementation of the Self-Organizing Map (SOM) in PyTorch. This package offers three main features: (i) dimensionality reduction, (…

Dimensionality Reduction

MCTensor: A High-Precision Deep Learning Library with Multi-Component Floating-Point

2022-07-18 · Tao Yu, Wentao Guo, Jianan Canal Li, Tiancheng Yuan 외

In this paper, we introduce MCTensor, a library based on PyTorch for providing general-purpose and high-precision arithmetic for DL training. MCTensor is used in the same way as PyTorch Tensor: we implement multiple basi…