Upload 3 files
Browse files- config.json +17 -0
- lin/lin.weights.h5 +3 -0
- vgg/vgg.weights.h5 +3 -0
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"module": "zea.models.lpips",
|
3 |
+
"class_name": "LPIPS",
|
4 |
+
"config": {
|
5 |
+
"name": "lpips",
|
6 |
+
"trainable": true,
|
7 |
+
"dtype": {
|
8 |
+
"module": "keras",
|
9 |
+
"class_name": "DTypePolicy",
|
10 |
+
"config": {
|
11 |
+
"name": "float32"
|
12 |
+
},
|
13 |
+
"registered_name": null
|
14 |
+
}
|
15 |
+
},
|
16 |
+
"registered_name": "LPIPS"
|
17 |
+
}
|
lin/lin.weights.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7184aab7be7f669eb02643f6e03a3d7607f3e961e63760ed86968990d7a297fa
|
3 |
+
size 38992
|
vgg/vgg.weights.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50bd2f9def8250cabd5644d58b173a7e59af02834fe4857707aa60d4f130141c
|
3 |
+
size 58907152
|