File size: 2,603 Bytes
704fa4a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164

  0%|                                                                                          | 0/5000 [00:00<?, ?it/s]/home/sanchit/hf/lib/python3.8/site-packages/torch/utils/checkpoint.py:460: UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.
  warnings.warn(
[WARNING|logging.py:329] 2024-03-27 12:35:58,263 >> `use_cache = True` is incompatible with gradient checkpointing. Setting `use_cache = False`...
























  0%|▍                                                                             | 25/5000 [03:38<11:34:32,  8.38s/it]
























  1%|β–Š                                                                             | 49/5000 [06:58<11:27:58,  8.34s/it]

























  1%|β–ˆβ–                                                                            | 74/5000 [10:27<11:22:31,  8.31s/it]

























  2%|β–ˆβ–Œ                                                                            | 99/5000 [13:55<11:20:20,  8.33s/it]

























  2%|β–ˆβ–‰                                                                           | 124/5000 [17:24<11:17:05,  8.33s/it]
















  3%|β–ˆβ–ˆβ–                                                                          | 140/5000 [19:37<11:16:28,  8.35s/it]Traceback (most recent call last):
  File "run_speech_recognition_seq2seq.py", line 627, in <module>
    main()
  File "run_speech_recognition_seq2seq.py", line 577, in main
    train_result = trainer.train(resume_from_checkpoint=checkpoint)
  File "/home/sanchit/transformers/src/transformers/trainer.py", line 1774, in train
    return inner_training_loop(
  File "/home/sanchit/transformers/src/transformers/trainer.py", line 2088, in _inner_training_loop
    for step, inputs in enumerate(epoch_iterator):
  File "/home/sanchit/hf/lib/python3.8/site-packages/accelerate/data_loader.py", line 462, in __iter__
    next_batch = next(dataloader_iter)
  File "/home/sanchit/hf/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 631, in __next__
    data = self._next_data()
  File "/home/sanchit/hf/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 675, in _next_data
    data = self._dataset_fetcher.fetch(index)  # may raise StopIteration
KeyboardInterrupt