Browse Source

GNU parallel

new-sep-loss
Michael Pilosov, PhD 9 months ago
parent
commit
a97055f282
  1. 5
      makefile

5
makefile

@ -55,9 +55,12 @@ umap:
python scripts/sortcolor.py -s umap --dpi 300 --seed $$seed ; \
done
sort_umap:;
sort_umap:
python scripts/sortcolor.py -s umap --dpi 300 --seed 21
parallel_umap:
parallel -j 8 python scripts/sortcolor.py -s umap --dpi 300 --seed ::: {1..8}
sort_lex:
python scripts/sortcolor.py -s lex --dpi 300

Loading…
Cancel
Save