Commit d88f346 1 parent c042b54 commit d88f346 Copy full SHA for d88f346
File tree 1 file changed +18
-90
lines changed
1 file changed +18
-90
lines changed Original file line number Diff line number Diff line change 28
28
{
29
29
"cell_type" : " code" ,
30
30
"execution_count" : null ,
31
- "metadata" : {
32
- "vscode" : {
33
- "languageId" : " python"
34
- }
35
- },
31
+ "metadata" : {},
36
32
"outputs" : [],
37
33
"source" : [
38
34
" #| default_exp audio.embedding"
41
37
{
42
38
"cell_type" : " code" ,
43
39
"execution_count" : null ,
44
- "metadata" : {
45
- "vscode" : {
46
- "languageId" : " python"
47
- }
48
- },
40
+ "metadata" : {},
49
41
"outputs" : [
50
42
{
51
43
"name" : " stdout" ,
74
66
{
75
67
"cell_type" : " code" ,
76
68
"execution_count" : null ,
77
- "metadata" : {
78
- "vscode" : {
79
- "languageId" : " python"
80
- }
81
- },
69
+ "metadata" : {},
82
70
"outputs" : [],
83
71
"source" : [
84
72
" #| export\n " ,
110
98
{
111
99
"cell_type" : " code" ,
112
100
"execution_count" : null ,
113
- "metadata" : {
114
- "vscode" : {
115
- "languageId" : " python"
116
- }
117
- },
101
+ "metadata" : {},
118
102
"outputs" : [
119
103
{
120
104
"ename" : " AttributeError" ,
135
119
{
136
120
"cell_type" : " code" ,
137
121
"execution_count" : null ,
138
- "metadata" : {
139
- "vscode" : {
140
- "languageId" : " python"
141
- }
142
- },
122
+ "metadata" : {},
143
123
"outputs" : [],
144
124
"source" : [
145
125
" #| export\n " ,
197
177
{
198
178
"cell_type" : " code" ,
199
179
"execution_count" : null ,
200
- "metadata" : {
201
- "vscode" : {
202
- "languageId" : " python"
203
- }
204
- },
180
+ "metadata" : {},
205
181
"outputs" : [
206
182
{
207
183
"ename" : " AttributeError" ,
235
211
{
236
212
"cell_type" : " code" ,
237
213
"execution_count" : null ,
238
- "metadata" : {
239
- "vscode" : {
240
- "languageId" : " python"
241
- }
242
- },
214
+ "metadata" : {},
243
215
"outputs" : [],
244
216
"source" : [
245
217
" plt.plot(codes[0][0])\n " ,
249
221
{
250
222
"cell_type" : " code" ,
251
223
"execution_count" : null ,
252
- "metadata" : {
253
- "vscode" : {
254
- "languageId" : " python"
255
- }
256
- },
224
+ "metadata" : {},
257
225
"outputs" : [],
258
226
"source" : [
259
227
" #| hide\n " ,
271
239
{
272
240
"cell_type" : " code" ,
273
241
"execution_count" : null ,
274
- "metadata" : {
275
- "vscode" : {
276
- "languageId" : " python"
277
- }
278
- },
242
+ "metadata" : {},
279
243
"outputs" : [],
280
244
"source" : [
281
245
" #| export\n " ,
319
283
{
320
284
"cell_type" : " code" ,
321
285
"execution_count" : null ,
322
- "metadata" : {
323
- "vscode" : {
324
- "languageId" : " python"
325
- }
326
- },
286
+ "metadata" : {},
327
287
"outputs" : [],
328
288
"source" : [
329
289
" encodec_extractor = EncoDecExtractor()\n " ,
336
296
{
337
297
"cell_type" : " code" ,
338
298
"execution_count" : null ,
339
- "metadata" : {
340
- "vscode" : {
341
- "languageId" : " python"
342
- }
343
- },
299
+ "metadata" : {},
344
300
"outputs" : [],
345
301
"source" : [
346
302
" # torch.set_num_threads(1)\n " ,
350
306
{
351
307
"cell_type" : " code" ,
352
308
"execution_count" : null ,
353
- "metadata" : {
354
- "vscode" : {
355
- "languageId" : " python"
356
- }
357
- },
309
+ "metadata" : {},
358
310
"outputs" : [],
359
311
"source" : [
360
312
" # feats = cuts.compute_and_store_features(extractor=Fbank(), storage_path=\" ../recipes/tts/ljspeech/data/feats\" )"
363
315
{
364
316
"cell_type" : " code" ,
365
317
"execution_count" : null ,
366
- "metadata" : {
367
- "vscode" : {
368
- "languageId" : " python"
369
- }
370
- },
318
+ "metadata" : {},
371
319
"outputs" : [],
372
320
"source" : [
373
321
" # storage_path = \" ../.data/en/LJSpeech-1.1\"\n " ,
387
335
{
388
336
"cell_type" : " code" ,
389
337
"execution_count" : null ,
390
- "metadata" : {
391
- "vscode" : {
392
- "languageId" : " python"
393
- }
394
- },
338
+ "metadata" : {},
395
339
"outputs" : [],
396
340
"source" : [
397
341
" files = \" ../data/en/LJSpeech-1.1/cuts_encodec.jsonl.gz\"\n " ,
403
347
{
404
348
"cell_type" : " code" ,
405
349
"execution_count" : null ,
406
- "metadata" : {
407
- "vscode" : {
408
- "languageId" : " python"
409
- }
410
- },
350
+ "metadata" : {},
411
351
"outputs" : [],
412
352
"source" : [
413
353
" ### HF\n " ,
435
375
{
436
376
"cell_type" : " code" ,
437
377
"execution_count" : null ,
438
- "metadata" : {
439
- "vscode" : {
440
- "languageId" : " python"
441
- }
442
- },
378
+ "metadata" : {},
443
379
"outputs" : [],
444
380
"source" : [
445
381
" # TO DO"
448
384
{
449
385
"cell_type" : " code" ,
450
386
"execution_count" : null ,
451
- "metadata" : {
452
- "vscode" : {
453
- "languageId" : " python"
454
- }
455
- },
387
+ "metadata" : {},
456
388
"outputs" : [],
457
389
"source" : [
458
390
" #| hide\n " ,
462
394
{
463
395
"cell_type" : " code" ,
464
396
"execution_count" : null ,
465
- "metadata" : {
466
- "vscode" : {
467
- "languageId" : " python"
468
- }
469
- },
397
+ "metadata" : {},
470
398
"outputs" : [],
471
399
"source" : []
472
400
}
You can’t perform that action at this time.
0 commit comments