Upload config.json with huggingface_hub
Browse files- config.json +6 -0
config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"channels": 3,
|
3 |
+
"num_features": 64,
|
4 |
+
"num_residuals": 12,
|
5 |
+
"depth": 4
|
6 |
+
}
|