Skip to content

Commit

Permalink
Use base64 -w instead of -b
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz committed Nov 29, 2023
1 parent 319eb7d commit a25f367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tasks:
- venv/bin/python run.py --dataset fashion-mnist-784-euclidean --algorithm elastiknn-l2lsh --runs 3 --count 100 --parallelism 1 --force --local
- mkdir -p $RESULTS_DIR
- venv/bin/python plot.py --dataset fashion-mnist-784-euclidean --count 100 --output $RESULTS_DIR/plot.png | venv/bin/python ../parse_results.py > $RESULTS_DIR/results.md
- base64 -b 0 -i $RESULTS_DIR/plot.png > $RESULTS_DIR/plot.b64
- base64 -w 0 -i $RESULTS_DIR/plot.png > $RESULTS_DIR/plot.b64
- cat $RESULTS_DIR/results.md

annbRunOfficialFashionMnist:
Expand Down

0 comments on commit a25f367

Please sign in to comment.