File size: 3,349 Bytes
9e8de2e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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


  0%|                                                                                          | 0/4460 [00:00<?, ?it/s][WARNING|modeling_utils.py:388] 2022-03-10 21:09:55,515 >> Could not estimate the number of tokens of the input, floating-point operations will not be computed
Traceback (most recent call last):
  File "/home/sanchit_huggingface_co/wav2vec2-2-rnd-2-layer-bart/run_speech_recognition_seq2seq.py", line 539, in <module>
    main()
  File "/home/sanchit_huggingface_co/wav2vec2-2-rnd-2-layer-bart/run_speech_recognition_seq2seq.py", line 491, in main
    train_result = trainer.train(resume_from_checkpoint=checkpoint)
  File "/home/sanchit_huggingface_co/transformers/src/transformers/trainer.py", line 1384, in train
    tr_loss_step = self.training_step(model, inputs)
  File "/home/sanchit_huggingface_co/transformers/src/transformers/trainer.py", line 1959, in training_step
    loss = self.compute_loss(model, inputs)
  File "/home/sanchit_huggingface_co/transformers/src/transformers/trainer.py", line 1991, in compute_loss
    outputs = model(**inputs)
  File "/home/sanchit_huggingface_co/gcp/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl
    return forward_call(*input, **kwargs)
  File "/home/sanchit_huggingface_co/transformers/src/transformers/models/speech_encoder_decoder/modeling_speech_encoder_decoder.py", line 503, in forward
    encoder_outputs = self.encoder(
  File "/home/sanchit_huggingface_co/gcp/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl
    return forward_call(*input, **kwargs)
  File "/home/sanchit_huggingface_co/transformers/src/transformers/models/wav2vec2/modeling_wav2vec2.py", line 1346, in forward
    extract_features = self.feature_extractor(input_values)
  File "/home/sanchit_huggingface_co/gcp/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl
    return forward_call(*input, **kwargs)
  File "/home/sanchit_huggingface_co/transformers/src/transformers/models/wav2vec2/modeling_wav2vec2.py", line 514, in forward
    hidden_states = conv_layer(hidden_states)
  File "/home/sanchit_huggingface_co/gcp/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl
    return forward_call(*input, **kwargs)
  File "/home/sanchit_huggingface_co/transformers/src/transformers/models/wav2vec2/modeling_wav2vec2.py", line 389, in forward
    hidden_states = self.layer_norm(hidden_states)
  File "/home/sanchit_huggingface_co/gcp/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl
    return forward_call(*input, **kwargs)
  File "/home/sanchit_huggingface_co/gcp/lib/python3.9/site-packages/torch/nn/modules/normalization.py", line 189, in forward
    return F.layer_norm(
  File "/home/sanchit_huggingface_co/gcp/lib/python3.9/site-packages/torch/nn/functional.py", line 2347, in layer_norm
    return torch.layer_norm(input, normalized_shape, weight, bias, eps, torch.backends.cudnn.enabled)
RuntimeError: CUDA out of memory. Tried to allocate 1.65 GiB (GPU 0; 15.78 GiB total capacity; 8.57 GiB already allocated; 1.58 GiB free; 12.60 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation.  See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF