Skip to content

Repository files navigation

Run this in Google's ML Engine

now=$(date +"%Y%m%d_%H%M%S")
JOBNAME="autojs_$now"
gcloud ml-engine jobs submit training $JOBNAME \
    --job-dir=gs://mm-potted-flower-plant/jobs/$JOBNAME/ \
    --scale-tier=basic-gpu \
    --package-path=jsauto \
    --module-name jsauto.train \
    --python-version 3.5 \
    --runtime-version 2.0.0-alpha \
    -- \
    gs://mm-potted-flower-plant/data/ALLJS-shuffled.tfrec \
    gs://mm-potted-flower-plant/checkpoints

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages