use resnet50 to train a cifar10 classifier
This commit is contained in:
3
dvclive/eval/metrics.json
Normal file
3
dvclive/eval/metrics.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"test_acc": 0.7336928844451904
|
||||
}
|
1
dvclive/eval/params.yaml
Normal file
1
dvclive/eval/params.yaml
Normal file
@ -0,0 +1 @@
|
||||
data_dir: data/processed
|
2
dvclive/eval/plots/metrics/test_acc.tsv
Normal file
2
dvclive/eval/plots/metrics/test_acc.tsv
Normal file
@ -0,0 +1,2 @@
|
||||
step test_acc
|
||||
0 0.7336928844451904
|
|
15
dvclive/eval/report.md
Normal file
15
dvclive/eval/report.md
Normal file
@ -0,0 +1,15 @@
|
||||
# DVC Report
|
||||
|
||||
params.yaml
|
||||
|
||||
| data_dir |
|
||||
|----------------|
|
||||
| data/processed |
|
||||
|
||||
metrics.json
|
||||
|
||||
| test_acc |
|
||||
|------------|
|
||||
| 0.733693 |
|
||||
|
||||

|
BIN
dvclive/eval/static/test_acc.png
Normal file
BIN
dvclive/eval/static/test_acc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user