Skip to content

Commit

Permalink
Fix std
Browse files Browse the repository at this point in the history
  • Loading branch information
huyvnphan committed Feb 12, 2021
1 parent 18b1b9c commit 7a6e1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ my_model.eval() # for evaluation
If you use your own images, all models expect data to be in range [0, 1] then normalized by
```python
mean = [0.4914, 0.4822, 0.4465]
std = [0.2023, 0.1994, 0.2010]
std = [0.2471, 0.2435, 0.2616]
```

## How to train models from scratch
Expand Down

0 comments on commit 7a6e1f9

Please sign in to comment.