Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huyvnphan authored Jan 11, 2021
1 parent 3c1e4cd commit 038caf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
| 13 | inception_v3 | 93.74% | 21.640 M | 83 MB |

## Details report
Weight and Biases' details report for this project [WandB Report] https://wandb.ai/huyvnphan/cifar10/reports/CIFAR10-Classification-using-PyTorch---VmlldzozOTg0ODQ?accessToken=9m2q1ajhppuziprsq9tlryynvmqbkrbvjdoktrz7o6gtqilmtqbv2r9jjrtb2tqq
Weight and Biases' details report for this project [WandB Report](https://wandb.ai/huyvnphan/cifar10/reports/CIFAR10-Classification-using-PyTorch---VmlldzozOTg0ODQ?accessToken=9m2q1ajhppuziprsq9tlryynvmqbkrbvjdoktrz7o6gtqilmtqbv2r9jjrtb2tqq)

## How to use pretrained models

Expand Down Expand Up @@ -56,7 +56,7 @@ To reproduce the same accuracy use the default hyper-parameters
`python train.py --classifier resnet18`

## How to test pretrained models
`python train.py --test_phase 1 --pretrained 1 --classifier resnet18
`python train.py --test_phase 1 --pretrained 1 --classifier resnet18`

Output

Expand All @@ -71,4 +71,4 @@ Output
- pytorch = 1.7.0
- torchvision = 0.7.0
- tensorboard = 2.2.1
- pytorch-lightning = 1.1.0
- pytorch-lightning = 1.1.0

0 comments on commit 038caf6

Please sign in to comment.