Upload 2 files
Browse files
insulator-defect-detection/model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b41d40da8c20978320c707891503e740aa4f3064957e9e584675a8d53e6df569
|
3 |
+
size 201629669
|
insulator-defect-detection/model_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"input_dim": [
|
3 |
+
3,
|
4 |
+
128,
|
5 |
+
128
|
6 |
+
],
|
7 |
+
"latent_dim": 16,
|
8 |
+
"alpha": 1.0,
|
9 |
+
"beta": 2.0,
|
10 |
+
"gamma": 20.0,
|
11 |
+
"name": "BetaTCVAE"
|
12 |
+
}
|