Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

models #19

Open
1 of 12 tasks
Athospd opened this issue Nov 2, 2020 · 1 comment
Open
1 of 12 tasks

models #19

Athospd opened this issue Nov 2, 2020 · 1 comment

Comments

@Athospd
Copy link
Collaborator

Athospd commented Nov 2, 2020

Sys.time()
[1] "2023-03-25 14:21:28 GMT"

library(magrittr)
url <- "https://pytorch.org/audio/stable/models.html"

httr::GET(url) %>% 
  httr::content() %>% 
  rvest::html_element("table") %>% 
  rvest::html_table() %>%
  dplyr::mutate(
    model = X1 %>% stringr::str_c("- [ ] ", .)
  ) %>%
  dplyr::pull(model) %>%
  paste0(collapse = "\n") %>%
  cat()
  • Conformer
  • ConvTasNet
  • DeepSpeech
  • Emformer
  • HDemucs
  • HuBERTPretrainModel
  • RNNT
  • RNNTBeamSearch
  • Tacotron2
  • Wav2Letter
  • Wav2Vec2Model
  • WaveRNN
@jwijffels
Copy link

jwijffels commented Jan 11, 2022

  • Wav2Vec2Model maybe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants