Skip to content

Commit

Permalink
Merge pull request #1218 from DDMAL/fix_paco_train
Browse files Browse the repository at this point in the history
Fix paco classifying and update paco code repo tag to v2.0.4
  • Loading branch information
homework36 authored Oct 22, 2024
2 parents a851c6f + 7f14143 commit a438a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_gpu_rodan_jobs
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit a438a65

Please sign in to comment.