From e0f60a64887add651d71c2ea843c5a674d1385a8 Mon Sep 17 00:00:00 2001 From: David Emerson <43939939+emersodb@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:21:53 -0500 Subject: [PATCH] stupid cluster --- research/flamby/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/research/flamby/README.md b/research/flamby/README.md index 85068a10d..57d41fa66 100644 --- a/research/flamby/README.md +++ b/research/flamby/README.md @@ -17,8 +17,10 @@ cd pip install --upgrade pip poetry poetry install --with "dev, dev-local, test, codestyle" cd +pip install albumentations==1.4.20 pip install -e ".[cam16, heart, isic2019, ixi, lidc, tcga]" ``` +__NOTE__: The forced install of albumentations 1.4.20 avoids an issue where versions > 1.4.20 rely on simsimd which does not compile on the Vector cluster __NOTE__: We avoid installing Fed-KITS2019, as it requires a fairly old version on nnUnet, which we no longer support in our library. In addition, you'll have to edit the code for `FedIXITiny` in `flamby/datasets/fed_ixi/datasets.py` replacing the following