Datasets:
Update myspeechasr.py
Browse files- myspeechasr.py +3 -5
myspeechasr.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
-
"""
|
3 |
|
4 |
Automatically generated by Colaboratory.
|
5 |
|
@@ -13,10 +13,8 @@ Original file is located at
|
|
13 |
|
14 |
# imports
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
from pprint import pprint
|
19 |
-
import torch
|
20 |
from datasets.tasks import AutomaticSpeechRecognition
|
21 |
|
22 |
#from __future__ import absolute_import, division, print_function
|
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
+
"""MyspeechASR.ipynb
|
3 |
|
4 |
Automatically generated by Colaboratory.
|
5 |
|
|
|
13 |
|
14 |
# imports
|
15 |
|
16 |
+
|
17 |
+
import datasets
|
|
|
|
|
18 |
from datasets.tasks import AutomaticSpeechRecognition
|
19 |
|
20 |
#from __future__ import absolute_import, division, print_function
|