Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: keras
|
3 |
+
tags:
|
4 |
+
- image-classification
|
5 |
+
- computer-vision
|
6 |
+
- consistency-regularization
|
7 |
+
- cifar10
|
8 |
---
|
9 |
+
|
10 |
+
## Model description
|
11 |
+
|
12 |
+
More information needed
|
13 |
+
|
14 |
+
## Intended uses & limitations
|
15 |
+
|
16 |
+
More information needed
|
17 |
+
|
18 |
+
## Training and evaluation data
|
19 |
+
|
20 |
+
More information needed
|
21 |
+
|
22 |
+
## Training procedure
|
23 |
+
|
24 |
+
### Training hyperparameters
|
25 |
+
|
26 |
+
The following hyperparameters were used during training:
|
27 |
+
|
28 |
+
| name | optimizer | average_period | start_averaging | training_precision |
|
29 |
+
|----|---------|--------------|---------------|------------------|
|
30 |
+
|SWA|{'class_name': 'Adam', 'config': {'name': 'Adam', 'learning_rate': 1.0000001e-07, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}}|10|0|float32|
|
31 |
+
|
32 |
+
## Model Plot
|
33 |
+
|
34 |
+
<details>
|
35 |
+
<summary>View Model Plot</summary>
|
36 |
+
|
37 |
+

|
38 |
+
|
39 |
+
</details>
|