This commit is contained in:
chun 2023-12-25 16:23:38 +08:00
parent d168f2946e
commit c756af358d
3 changed files with 9 additions and 3 deletions

4
.gitignore vendored
View File

@ -3,4 +3,6 @@ test.py
*.log *.log
Dataset/* Dataset/*
*.ipynb *.ipynb
*.swp *.swp
.vscode/*

8
.vscode/launch.json vendored
View File

@ -15,9 +15,13 @@
"--lr", "--lr",
"10e-3", "10e-3",
"--epochs", "--epochs",
"50", "1000",
"--batch_size", "--batch_size",
"512", "64",
"--if_scheduler",
"True",
"step_size",
"500e3",
"--dataset", "--dataset",
"cifar10", "cifar10",
"--num_workers", "--num_workers",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB