From 038caf6b35645b2fcd4e74202ca5a89d82ce98f9 Mon Sep 17 00:00:00 2001 From: Huy Phan Date: Sun, 10 Jan 2021 21:16:06 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fe32c2..5b30da5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -71,4 +71,4 @@ Output - pytorch = 1.7.0 - torchvision = 0.7.0 - tensorboard = 2.2.1 -- pytorch-lightning = 1.1.0 \ No newline at end of file +- pytorch-lightning = 1.1.0