Skip to content

Instantly share code, notes, and snippets.

@mdouze
Created June 15, 2018 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdouze/edb0b10ab2042c39355bb5c4307ba0b8 to your computer and use it in GitHub Desktop.
Save mdouze/edb0b10ab2042c39355bb5c4307ba0b8 to your computer and use it in GitHub Desktop.
(fair_env) matthijs@devfair0144:~/src/low-shot-with-diffusion$ bash run_logreg.bash 4
+ DDIR=/checkpoint/matthijs/low-shot/
+ export DDIR
+ stage=4
+ '[' -z 4 ']'
+ '[' 4 == 1 ']'
+ '[' 4 == 2 ']'
+ '[' 4 == 3 ']'
+ '[' 4 == 4 ']'
+ python parse_logreg.py --mode test
nl=1: 60.32 +/- 0.845, novel 42.50 +/- 1.340
nl=2: 68.86 +/- 0.766, novel 54.48 +/- 1.217
nl=5: 79.06 +/- 0.326, novel 71.36 +/- 0.524
nl=10: 83.44 +/- 0.215, novel 78.62 +/- 0.312
nl=20: 86.00 +/- 0.110, novel 82.92 +/- 0.232
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment