Spaces:
Runtime error
Runtime error
fix: build
Browse files
exp/log/py_app.JUSTEST.justest.2023-07-28_04-24-07_372430.log
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2023-07-28 04:24:07.377 | DEBUG | paddlespeech.s2t:<module>:83 - register user softmax to paddle, remove this when fixed!
|
| 2 |
+
2023-07-28 04:24:07.378 | DEBUG | paddlespeech.s2t:<module>:87 - register user log_softmax to paddle, remove this when fixed!
|
| 3 |
+
2023-07-28 04:24:07.378 | DEBUG | paddlespeech.s2t:<module>:91 - register user sigmoid to paddle, remove this when fixed!
|
| 4 |
+
2023-07-28 04:24:07.378 | DEBUG | paddlespeech.s2t:<module>:95 - register user log_sigmoid to paddle, remove this when fixed!
|
| 5 |
+
2023-07-28 04:24:07.379 | DEBUG | paddlespeech.s2t:<module>:99 - register user relu to paddle, remove this when fixed!
|
| 6 |
+
2023-07-28 04:24:07.379 | DEBUG | paddlespeech.s2t:<module>:108 - override cat of paddle if exists or register, remove this when fixed!
|
| 7 |
+
2023-07-28 04:24:07.379 | DEBUG | paddlespeech.s2t:<module>:130 - override long of paddle.Tensor if exists or register, remove this when fixed!
|
| 8 |
+
2023-07-28 04:24:07.379 | DEBUG | paddlespeech.s2t:<module>:150 - override new_full of paddle.Tensor if exists or register, remove this when fixed!
|
| 9 |
+
2023-07-28 04:24:07.380 | DEBUG | paddlespeech.s2t:<module>:165 - override eq of paddle.Tensor if exists or register, remove this when fixed!
|
| 10 |
+
2023-07-28 04:24:07.380 | DEBUG | paddlespeech.s2t:<module>:171 - override eq of paddle if exists or register, remove this when fixed!
|
| 11 |
+
2023-07-28 04:24:07.380 | DEBUG | paddlespeech.s2t:<module>:181 - override contiguous of paddle.Tensor if exists or register, remove this when fixed!
|
| 12 |
+
2023-07-28 04:24:07.381 | DEBUG | paddlespeech.s2t:<module>:198 - override size of paddle.Tensor (`to_static` do not process `size` property, maybe some `paddle` api dependent on it), remove this when fixed!
|
| 13 |
+
2023-07-28 04:24:07.381 | DEBUG | paddlespeech.s2t:<module>:210 - register user view to paddle.Tensor, remove this when fixed!
|
| 14 |
+
2023-07-28 04:24:07.382 | DEBUG | paddlespeech.s2t:<module>:219 - register user view_as to paddle.Tensor, remove this when fixed!
|
| 15 |
+
2023-07-28 04:24:07.382 | DEBUG | paddlespeech.s2t:<module>:246 - register user masked_fill to paddle.Tensor, remove this when fixed!
|
| 16 |
+
2023-07-28 04:24:07.382 | DEBUG | paddlespeech.s2t:<module>:264 - register user masked_fill_ to paddle.Tensor, remove this when fixed!
|
| 17 |
+
2023-07-28 04:24:07.383 | DEBUG | paddlespeech.s2t:<module>:286 - register user repeat to paddle.Tensor, remove this when fixed!
|
| 18 |
+
2023-07-28 04:24:07.383 | DEBUG | paddlespeech.s2t:<module>:291 - register user softmax to paddle.Tensor, remove this when fixed!
|
| 19 |
+
2023-07-28 04:24:07.383 | DEBUG | paddlespeech.s2t:<module>:296 - register user sigmoid to paddle.Tensor, remove this when fixed!
|
| 20 |
+
2023-07-28 04:24:07.383 | DEBUG | paddlespeech.s2t:<module>:301 - register user relu to paddle.Tensor, remove this when fixed!
|
| 21 |
+
2023-07-28 04:24:07.383 | DEBUG | paddlespeech.s2t:<module>:310 - register user type_as to paddle.Tensor, remove this when fixed!
|
| 22 |
+
2023-07-28 04:24:07.383 | DEBUG | paddlespeech.s2t:<module>:326 - register user to to paddle.Tensor, remove this when fixed!
|
| 23 |
+
2023-07-28 04:24:07.384 | DEBUG | paddlespeech.s2t:<module>:335 - register user float to paddle.Tensor, remove this when fixed!
|
| 24 |
+
2023-07-28 04:24:07.384 | DEBUG | paddlespeech.s2t:<module>:345 - register user int to paddle.Tensor, remove this when fixed!
|
requirements.txt
CHANGED
|
@@ -3,6 +3,7 @@ librosa==0.8.1
|
|
| 3 |
numpy==1.23.5
|
| 4 |
paddlehub==2.3.1
|
| 5 |
paddlenlp==2.4.9
|
|
|
|
| 6 |
paddlespeech==0.1.0rc0
|
| 7 |
soundfile==0.12.1
|
| 8 |
|
|
|
|
| 3 |
numpy==1.23.5
|
| 4 |
paddlehub==2.3.1
|
| 5 |
paddlenlp==2.4.9
|
| 6 |
+
typeguard==2.13.3
|
| 7 |
paddlespeech==0.1.0rc0
|
| 8 |
soundfile==0.12.1
|
| 9 |
|