Skip to content

Commit

Permalink
Removed --display flag from run_mnist.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
samet-akcay committed Aug 12, 2019
1 parent 829ff42 commit 1a325b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/run_mnist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ do
echo "Manual Seed: $m"
for i in {0..9}
do
echo "Running mnist_$i"
python train.py --dataset mnist --isize 32 --nc 1 --niter 15 --anomaly_class $i --manualseed $m --display
echo "Running MNIST, Abnormal Digit: $i"
python train.py --dataset mnist --isize 32 --nc 1 --niter 15 --anomaly_class $i --manualseed $m
done
done
exit 0

0 comments on commit 1a325b4

Please sign in to comment.