From b6de3c9d5b8b006f7532334b2eb6cea3d500ab8b Mon Sep 17 00:00:00 2001 From: jeonsworld Date: Tue, 3 Nov 2020 21:50:14 +0900 Subject: [PATCH] init commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f51e05af..b9c02abc 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ python3 train.py --name cifar10-100_500 --dataset cifar10 --model_type ViT-B_16 ## Results To verify reproducibility, we simply compare it with the author's experimental results. We trained using mixed precision, and `--fp16_opt_level` was set to O2. -[**tensorboard**](https://tensorboard.dev/experiment/Km4dHD1yTaqrHwKKlGqZew/#scalars) +[**tensorboard**](https://tensorboard.dev/experiment/w3E7dBdqQKW2D93ReUODPA/#scalars) | upstream | model | dataset | total_steps /warmup_steps | acc(official) | acc(this repo) | |:-----------:|:--------:|:---------:|:-------------------------:|:-------------:|:--------------:|