Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aumkeshchy2003
/
ViT_For_100_Class
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Aumkeshchy2003
commited on
Dec 8, 2025
Commit
a88a5ae
·
verified
·
1 Parent(s):
45ac9e4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -17,6 +17,7 @@ cfg = {
17
"num_heads": 6,
18
"depth": 6,
19
"mlp_ratio": 4.0,
20
"drop_path": 0.1
21
}
22
17
"num_heads": 6,
18
"depth": 6,
19
"mlp_ratio": 4.0,
20
+
"drop": 0.1,
21
"drop_path": 0.1
22
}
23