Skip to content

Commit

Permalink
Debugg
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Sep 3, 2024
1 parent 021b7c2 commit cdbc2de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/resources/generate-outputs.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
set -e
set -eux

echo "Generating data for testing..."

ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)

cd $ROOT_DIR

mtt train options.yaml -o model-32-bit.pt -r base_precision=32 > /dev/null
mtt train options.yaml -o model-64-bit.pt -r base_precision=64 > /dev/null
mtt train options.yaml -o model-32-bit.pt -r base_precision=32 # > /dev/null
mtt train options.yaml -o model-64-bit.pt -r base_precision=64 # > /dev/null

0 comments on commit cdbc2de

Please sign in to comment.