# NOT RUN {
# default installation
library("autokeras")
install_autokeras()
# install using a conda environment (default is virtualenv)
install_autokeras(method = "conda")
# install with GPU version of TensorFlow
# (NOTE: only do this if you have an NVIDIA GPU + CUDA!)
install_autokeras(tensorflow = "gpu")
# install a specific version of TensorFlow
install_autokeras(tensorflow = "1.2.1")
install_autokeras(tensorflow = "1.2.1-gpu")
# install a specific version of Keras and TensorFlow
install_autokeras(keras = "2.2.2", tensorflow = "1.2.1")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab