Skip to content

models #19

@Athospd

Description

@Athospd
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions