From 7f14143fcfb9efb661bc23c1adb6e21684ac85d3 Mon Sep 17 00:00:00 2001 From: Hanwen Zh <70364944+homework36@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:47:17 -0400 Subject: [PATCH] Update paco tag to v2.0.4 Paco tag v2.0.4 has two newer commits to main, which fixed the training algorithm, and the same requirement.txt as the previous v2.0.3. --- scripts/install_gpu_rodan_jobs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_gpu_rodan_jobs b/scripts/install_gpu_rodan_jobs index 75e43b4a2..437168eae 100644 --- a/scripts/install_gpu_rodan_jobs +++ b/scripts/install_gpu_rodan_jobs @@ -37,7 +37,7 @@ which pip3 && $PIP install --no-cache-dir . # Install Paco classifier cd / -git clone -b v2.0.3 --depth 1 https://github.com/DDMAL/Paco_classifier.git +git clone -b v2.0.4 --depth 1 https://github.com/DDMAL/Paco_classifier.git mv Paco_classifier .Paco_classifier cd .Paco_classifier which pip3 && $PIP install --no-cache-dir .