anonymoussubmitter222 commited on
Commit
1b934f7
·
1 Parent(s): e4197fd

cpu device

Browse files
app.py CHANGED
@@ -324,7 +324,7 @@ decoder = build_ctcdecoder(
324
  alpha=0.5, # tuned on a val set
325
  beta=1, # tuned on a val set
326
  )
327
-
328
  asr_brain = ASR(
329
  modules=hparams["modules"],
330
  hparams=hparams,
 
324
  alpha=0.5, # tuned on a val set
325
  beta=1, # tuned on a val set
326
  )
327
+ run_opts["device"]="cpu"
328
  asr_brain = ASR(
329
  modules=hparams["modules"],
330
  hparams=hparams,
partly_frozen_splitted_wavlm/1986/save/wav2vec2_hubert_checkpoint/a3af5d9f30d0dca987bda0a193006ce12c7825c67ba691bbc3fa2b570da8e1ca.bbc1eb890a39c82e710a893223b8452ac5b78e8b57083b2f893aa7dc59d4ed69 ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": true,
8
+ "sampling_rate": 16000
9
+ }
partly_frozen_splitted_wavlm/1986/save/wav2vec2_hubert_checkpoint/a3af5d9f30d0dca987bda0a193006ce12c7825c67ba691bbc3fa2b570da8e1ca.bbc1eb890a39c82e710a893223b8452ac5b78e8b57083b2f893aa7dc59d4ed69.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"url": "https://huggingface.co/microsoft/wavlm-large/resolve/main/preprocessor_config.json", "etag": "\"73caa151574001d3d495fae897e1d38968249712\""}
partly_frozen_splitted_wavlm/1986/save/wav2vec2_hubert_checkpoint/a3af5d9f30d0dca987bda0a193006ce12c7825c67ba691bbc3fa2b570da8e1ca.bbc1eb890a39c82e710a893223b8452ac5b78e8b57083b2f893aa7dc59d4ed69.lock ADDED
File without changes