Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Fixed README for STL10.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-berthelot committed Nov 4, 2019
1 parent 822a79d commit 1011a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ CUDA_VISIBLE_DEVICES=0 python mixmatch.py --filters=32 --dataset=cifar10.3@250-5
```

Available labelled sizes are 250, 500, 1000, 2000, 4000.
For validation, available sizes are 1, 5000.
For validation, available sizes are 1, 5000 (and 500 for STL10).
Possible shuffling seeds are 1, 2, 3, 4, 5 and 0 for no shuffling (0 is not used in practiced since data requires to be
shuffled for gradient descent to work properly).

Expand All @@ -100,7 +100,7 @@ for valid in 1 5000; do
done; done

for seed in 1 2 3 4 5; do
for valid in 1 5000; do
for valid in 1 500; do
echo "stl10.${seed}@1000-${valid}"
done; done
echo "stl10.1@5000-1"
Expand Down

0 comments on commit 1011a1d

Please sign in to comment.