From 04d08e9e9fc48484c094e9a06b2fbb08a21b682b Mon Sep 17 00:00:00 2001 From: Kilian Date: Thu, 2 Nov 2023 17:00:14 -0400 Subject: [PATCH] fix typo torchdyn requirements and Jolicoeur name --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1bbbf7..318bbb0 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ List of implemented papers: - Action Matching: Learning Stochastic Dynamics From Samples (Neklyudov et al. 2022) [Paper](https://arxiv.org/abs/2210.06662) [Code](https://github.com/necludov/jam) - Concurrent work to our OT-CFM method: Multisample Flow Matching: Straightening Flows with Minibatch Couplings (Pooladian et al. 2023) [Paper](https://arxiv.org/abs/2304.14772) - Soon: SE(3)-Stochastic Flow Matching for Protein Backbone Generation (Bose et al.) [paper](https://arxiv.org/abs/2310.02391) -- Soon: Generating and Imputing Tabular Data via Diffusion and Flow-based Gradient-Boosted Trees (Joliecoeur et al.) [paper](https://arxiv.org/abs/2309.09968) +- Soon: Generating and Imputing Tabular Data via Diffusion and Flow-based Gradient-Boosted Trees (Jolicoeur-Martineau et al.) [paper](https://arxiv.org/abs/2309.09968) ## How to run diff --git a/requirements.txt b/requirements.txt index 1b42df3..f1ed4ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ scipy scikit-learn scprep scanpy -torchdyn>=1.0.7 # 1.0.4 is broken on pypi +torchdyn>=1.0.6 # 1.0.4 is broken on pypi pot torchdiffeq absl-py