Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ cfg = {
|
|
| 17 |
"num_heads": 6,
|
| 18 |
"depth": 6,
|
| 19 |
"mlp_ratio": 4.0,
|
| 20 |
-
"
|
| 21 |
}
|
| 22 |
|
| 23 |
# CIFAR-100 class names
|
|
|
|
| 17 |
"num_heads": 6,
|
| 18 |
"depth": 6,
|
| 19 |
"mlp_ratio": 4.0,
|
| 20 |
+
"drop_path": 0.1
|
| 21 |
}
|
| 22 |
|
| 23 |
# CIFAR-100 class names
|