8000 V2.2.0 rc0 by dfalbel · Pull Request #419 · rstudio/tensorflow · GitHub
[go: up one dir, main page]

Skip to content

V2.2.0 rc0 #419

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

Merged
merged 4 commits into from
May 18, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
install 2.2 by default
  • Loading branch information
dfalbel committed May 11, 2020
commit afd245de1883c412fc6260c35cd81e5047f3a22f
2 changes: 1 addition & 1 deletion R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ install_tensorflow <- function(method = c("auto", "virtualenv", "conda"),

parse_tensorflow_version <- function(version) {

default_version <- "2.1.0"
default_version <- "2.2.0"

ver <- list(
version = default_version,
Expand Down
0