-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
default to 'cuda' with silent fallback on cpu-only machines. Move jpe…
…g to depends v0.1.0
- Loading branch information
1 parent
8423cf9
commit d8cd387
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: ovml | ||
Title: Machine Learning Tools for Volleyball | ||
Version: 0.0.15 | ||
Version: 0.1.0 | ||
Authors@R: c(person("Ben", "Raymond", role = c("aut", "cre"), email = "[email protected]"), | ||
person("Adrien", "Ickowicz", role = "aut")) | ||
Description: Image and video machine learning tools, for application to volleyball analytics. | ||
|
@@ -11,12 +11,12 @@ Imports: | |
digest, | ||
ggplot2, | ||
grid, | ||
jpeg, | ||
magick, | ||
magrittr, | ||
rappdirs, | ||
torch | ||
Suggests: | ||
jpeg, | ||
testthat | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.