Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 541 Bytes

alexnet: R Port for AlexNet Model

Training

We recommend using the mlverse/docker image which you can retrieve and run as follows:

docker pull mlverse/mlverse-base:version-0.2.0
docker run --gpus all -p 8787:8787 -d mlverse/mlverse-base:version-0.2.0

You can then connect to RStudio Server under port https://public-address:8787, followed by installing and runninng AlexNet:

remotes::install_github("r-tensorflow/alexnet")

alexnet_train::alexnet_train()