mlverse / torchvision

R interface to torchvision

Home Page:https://torchvision.mlverse.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot install from gh (No commit found for the ref master)

skeydan opened this issue · comments

> devtools::install_github("mlverse/torchvision")
Error: Failed to install 'unknown package' from GitHub:
  HTTP error 404.
  No commit found for the ref master

You need to update your remotes or install with remotes::install_github("mlverse/torchvision@main"). See #18

thanks!