We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad4271 commit 59a11e3Copy full SHA for 59a11e3
package_installs.R
@@ -64,3 +64,7 @@ install_torch()
64
install_version("keras", version = "2.6.0.0", ask=FALSE)
65
66
install.packages(c('collections', 'languageserver'), dependencies=TRUE)
67
+
68
+# The tfhub package is added to the rcran image.
69
+library(tfhub)
70
+install_tfhub()
0 commit comments