paper-with-me

홈 › Papers

PyTorch Adapt

2022-11-28 · Kevin Musgrave, Serge Belongie, Ser-Nam Lim

PyTorch Adapt is a library for domain adaptation, a type of machine learning algorithm that re-purposes existing models to work in new domains. It is a fully-featured toolkit, allowing users to create a complete train/test pipeline in a few lines of code. It is also modular, so users can import just the parts they need, and not worry about being locked into a framework. One defining feature of this library is its customizability. In particular, complex training algorithms can be easily modified and combined, thanks to a system of composable, lazily-evaluated hooks. In this technical report, we explain in detail these features and the overall design of the library. Code is available at https://www.github.com/KevinMusgrave/pytorch-adapt

📄 PDF Abstract BibTeX arXiv:2211.15673

Code (2)

kevinmusgrave/pytorch-adapt 공식 구현 pytorch
pytorch/ignite 공식 구현 pytorch

Tasks

Domain Adaptation

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

depyf: Open the Opaque Box of PyTorch Compiler for Machine Learning Researchers

2024-03-14 · Kaichao You, Runsheng Bai, Meng Cao, Jianmin Wang 외

PyTorch \texttt{2.x} introduces a compiler designed to accelerate deep learning programs. However, for machine learning researchers, adapting to the PyTorch compiler to full potential can be challenging. The compiler ope…

Hyperparameter Tuning Cookbook: A guide for scikit-learn, PyTorch, river, and spotPython

2023-07-17 · Thomas Bartz-Beielstein

This document provides a comprehensive guide to hyperparameter tuning using spotPython for scikit-learn, PyTorch, and river. The first part introduces spotPython's surrogate model-based optimization process, while the se…

Lightweight Image Super-Resolution with Adaptive Weighted Learning Network

2019-04-04 · Chaofeng Wang, Zheng Li, Jun Shi

PyTorch code for our paper "Lightweight Image Super-Resolution with Adaptive Weighted Learning Network"

Image Super-ResolutionSuper-Resolution

Geoopt: Riemannian Optimization in PyTorch

2020-05-06 · Max Kochurov, Rasul Karimov, Serge Kozlukov

Geoopt is a research-oriented modular open-source package for Riemannian Optimization in PyTorch. The core of Geoopt is a standard Manifold interface that allows for the generic implementation of optimization algorithms.…

Riemannian optimization

AdaPT: Fast Emulation of Approximate DNN Accelerators in PyTorch

2022-03-08 · Dimitrios Danopoulos, Georgios Zervakis, Kostas Siozios, Dimitrios Soudris 외

Current state-of-the-art employs approximate multipliers to address the highly increased power demands of DNN accelerators. However, evaluating the accuracy of approximate DNNs is cumbersome due to the lack of adequate s…