use resnet50 to train a cifar10 classifier

This commit is contained in:
2023-12-30 00:03:36 +08:00
parent 7a891969e0
commit a27d0a24d9
27 changed files with 393 additions and 19 deletions

View File

@ -0,0 +1,3 @@
{
"test_acc": 0.7336928844451904
}

1
dvclive/eval/params.yaml Normal file
View File

@ -0,0 +1 @@
data_dir: data/processed

View File

@ -0,0 +1,2 @@
step test_acc
0 0.7336928844451904
1 step test_acc
2 0 0.7336928844451904

15
dvclive/eval/report.md Normal file
View File

@ -0,0 +1,15 @@
# DVC Report
params.yaml
| data_dir |
|----------------|
| data/processed |
metrics.json
| test_acc |
|------------|
| 0.733693 |
![static/test_acc](static/test_acc.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB