correct sequence length
Browse files- text_encoder/config.json +1 -1
- text_encoder/model.neuron +2 -2
- unet/model.neuron +2 -2
- vae_decoder/model.neuron +2 -2
- vae_encoder/model.neuron +2 -2
text_encoder/config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"last_hidden_state"
|
30 |
],
|
31 |
"static_batch_size": 1,
|
32 |
-
"static_sequence_length":
|
33 |
},
|
34 |
"num_attention_heads": 4,
|
35 |
"num_hidden_layers": 5,
|
|
|
29 |
"last_hidden_state"
|
30 |
],
|
31 |
"static_batch_size": 1,
|
32 |
+
"static_sequence_length": 77
|
33 |
},
|
34 |
"num_attention_heads": 4,
|
35 |
"num_hidden_layers": 5,
|
text_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:840d6f3c6ebe2da00010ee984566bde4c20ed885b9a409e96893bc6a9ae913da
|
3 |
+
size 397688
|
unet/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c785304cefb500d4e4b22954bfaff9ea28a2f8db3ea2b9228dc4e657c5bd9520
|
3 |
+
size 6121564
|
vae_decoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90c5a4c6f5f466a237699de5a702242133efee6634ac9f256aafb6b4ed079626
|
3 |
+
size 2277596
|
vae_encoder/model.neuron
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aab192488e2b5111c6acd164a1c4e7bb022aa14db9ad9cf585c8b3f943cdee51
|
3 |
+
size 1450012
|