sino
commited on
Commit
·
0c08cb0
1
Parent(s):
9a4a887
Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ from transforms import Normalize, SpecRandomCrop, SpecPadding, SpecRepeat
|
|
59 |
transforms = [ Normalize(-4.5, 4.5), SpecRandomCrop(target_len=2992), SpecPadding(target_len=2992), SpecRepeat() ]
|
60 |
lms = lms.numpy()
|
61 |
for trans in transforms:
|
62 |
-
|
63 |
|
64 |
# 2. template of input
|
65 |
input = dict()
|
|
|
59 |
transforms = [ Normalize(-4.5, 4.5), SpecRandomCrop(target_len=2992), SpecPadding(target_len=2992), SpecRepeat() ]
|
60 |
lms = lms.numpy()
|
61 |
for trans in transforms:
|
62 |
+
lms = trans(lms)
|
63 |
|
64 |
# 2. template of input
|
65 |
input = dict()
|