Skip to content

Instantly share code, notes, and snippets.

@balodja
Created August 2, 2021 00:16
Show Gist options
  • Save balodja/8a52357308fc0b97078660346c4d9e29 to your computer and use it in GitHub Desktop.
Save balodja/8a52357308fc0b97078660346c4d9e29 to your computer and use it in GitHub Desktop.
am i dreaming?
++ for FIELD in g gr r
++ for ALGO in iso
++ echo Running iso for g
Running iso for g
++ OUTPUT=static_results/iso_scores_g.dat
++ '[' -e static_results/iso_scores_g.dat ']'
++ zwadp -c iso -a 30 -j 20 -o static_results/iso_scores_g.dat --oid features/sid_extragal_short_g_100.dat --feature features/feature_extragal_short_g_100.dat
real 0m52.145s
user 20m7.772s
sys 0m14.748s
++ for FIELD in g gr r
++ for ALGO in iso
++ echo Running iso for gr
Running iso for gr
++ OUTPUT=static_results/iso_scores_gr.dat
++ '[' -e static_results/iso_scores_gr.dat ']'
++ zwadp -c iso -a 30 -j 20 -o static_results/iso_scores_gr.dat --oid features/sid_extragal_short_gr_100.dat --feature features/feature_extragal_short_gr_100.dat
real 1m21.448s
user 17m49.819s
sys 0m22.756s
++ for FIELD in g gr r
++ for ALGO in iso
++ echo Running iso for r
Running iso for r
++ OUTPUT=static_results/iso_scores_r.dat
++ '[' -e static_results/iso_scores_r.dat ']'
++ zwadp -c iso -a 30 -j 20 -o static_results/iso_scores_r.dat --oid features/sid_extragal_short_r_100.dat --feature features/feature_extragal_short_r_100.dat
real 2m47.201s
user 48m47.248s
sys 0m38.764s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment