Skip to content

Commit

Permalink
description change requested by cran
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Jun 4, 2018
1 parent 16290f7 commit 9825473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Authors@R: c(
person("Kevin", "Ushey", role = c("aut")),
person(family = "RStudio", role = c("cph"))
)
Description: Interface to the Google Cloud Machine Learning Platform which provides
cloud tools for training machine learning models.
Description: Interface to the Google Cloud Machine Learning Platform
<https://cloud.google.com/ml-engine>, which provides cloud tools for training machine
learning models.
Depends:
R (>= 3.3.0),
tfruns (>= 1.3)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/storage.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ train_generator <- flow_images_from_directory(
gs_local_dir("gs://quarter-deck-529/images/train"),
image_data_generator(rescale = 1/255),
target_size = c(150, 150),
batch_size = 32
batch_size = 32,
class_mode = "binary"
)
```
Expand Down

0 comments on commit 9825473

Please sign in to comment.