@ -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