You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While preparing installation scripts and tests for my students, I noticed that the vignette index.Rmd (Getting started with Keras) uses a function "predict_classes" at line 192. The error seems to tell that this has been deprecated for a while, and should've been replaced by
model %>% predict(x_test) %>% k_argmax() %>% as.vector()
?
The text was updated successfully, but these errors were encountered:
Hi everyone,
While preparing installation scripts and tests for my students, I noticed that the vignette index.Rmd (Getting started with Keras) uses a function "predict_classes" at line 192. The error seems to tell that this has been deprecated for a while, and should've been replaced by
?
The text was updated successfully, but these errors were encountered: