Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Apr 16, 2019
1 parent b1dd3ec commit bb3800e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -88,6 +88,6 @@ Generally you'll see +/- 1% differences from run to run since it's quite a small
| 128 | 80 | 86.2 | [link](https://github.com/fastai/fastai/blob/master/examples/train_imagenette.py) | `--epochs 80 --bs 64 --lr 1e-2 --mixup 0.2 --arch xresnet50 --woof 1` | 4 |
| 192 | 80 | 87.2 | [link](https://github.com/fastai/fastai/blob/master/examples/train_imagenette.py) | `--epochs 80 --bs 64 --lr 3e-3 --mixup 0.2 --arch xresnet50 --woof 1` | 4 |
| 192 | 80 | 89.0 | [link](https://github.com/fastai/fastai/blob/master/examples/train_imagenette.py) | `--epochs 80 --bs 64 --lr 3e-3 --mixup 0.2 --arch xresnet50 --woof 1` | 4 |
| 128 | 400 | 87.0 | [link](https://github.com/fastai/fastai/blob/master/examples/train_imagenette.py) | `--epochs 400 --bs 64 --lr 1e-2 --arch xresnet50 --woof 1` | 4 |
| 128 | 400 | 87.0 | [link](https://github.com/fastai/fastai/blob/master/examples/train_imagenette.py) | `--epochs 400 --bs 64 --lr 1e-2 -mixup 0.2 --arch xresnet50 --woof 1` | 4 |
| 192 | 400 | 89.4 | [link](https://github.com/fastai/fastai/blob/master/examples/train_imagenette.py) | `--epochs 400 --bs 64 --lr 1e-2 --mixup 0.2 --woof 1 --size 192` | 4 |
| 256 | 400 | 90.2 | [link](https://github.com/fastai/fastai/blob/master/examples/train_imagenette.py) | `--epochs 400 --bs 64 --lr 1e-2 --mixup 0.2 --woof 1 --size 256` | 4 |

0 comments on commit bb3800e

Please sign in to comment.