ICML 2025
This repository contains the inference code for A Variational Perspective on Generative Protein Fitness Optimization accepted at ICML 2025.
Lea Bogensperger1, Dominik Narnhofer2, Ahmed Allam1, Konrad Schindler2, Michael Krauthammer1
1University of Zurich, 2ETH Zurich
Checkpoints for the predictors
The file requirements.txt
contains a list of the Python packages required to run this project.
# 1. Create and activate the environment
conda create -n vlgpo-env python=3.11
conda activate vlgpo-env
pip install -r requirements.txt
# 2. Run the sampler
python src/vlgpo/sample.py
@article{bogensperger2025variational,
title={A Variational Perspective on Generative Protein Fitness Optimization},
author={Bogensperger, Lea and Narnhofer, Dominik and Allam, Ahmed and Schindler, Konrad and Krauthammer, Michael},
journal={arXiv preprint arXiv:2501.19200},
year={2025}
}