paper-with-me

홈 › Papers

torchgfn: A PyTorch GFlowNet library

2023-05-24 · Salem Lahlou, Joseph D. Viviano, Victor Schmidt, Yoshua Bengio

The growing popularity of generative flow networks (GFlowNets or GFNs) from a range of researchers with diverse backgrounds and areas of expertise necessitates a library which facilitates the testing of new features such as training losses that can be easily compared to standard benchmark implementations, or on a set of common environments. torchgfn is a PyTorch library that aims to address this need. It provides users with a simple API for environments and useful abstractions for samplers and losses. Multiple examples are provided, replicating and unifying published results. The code is available in https://github.com/saleml/torchgfn.

📄 PDF Abstract BibTeX arXiv:2305.14594

Code (2)

saleml/torchgfn 공식 구현 pytorch
saleml/gfn pytorch

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

gfnx: Fast and Scalable Library for Generative Flow Networks in JAX

2025-11-20 · Daniil Tiapkin, Artem Agarkov, Nikita Morozov, Ian Maksimov 외 arxiv

In this paper, we present gfnx, a fast and scalable package for training and evaluating Generative Flow Networks (GFlowNets) written in JAX. gfnx provides an extensive set of environments and metrics for benchmarking, ac…

Towards DNA-Encoded Library Generation with GFlowNets

2024-04-15 · Michał Koziarski, Mohammed Abukalam, Vedant Shah, Louis Vaillancourt 외

DNA-encoded libraries (DELs) are a powerful approach for rapidly screening large numbers of diverse compounds. One of the key challenges in using DELs is library design, which involves choosing the building blocks that w…

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