Skip to content

Instantly share code, notes, and snippets.

@sdockray
Last active February 26, 2018 04:53
Show Gist options
  • Save sdockray/25f816dafaf1d0bf92f40d0090c4272a to your computer and use it in GitHub Desktop.
Save sdockray/25f816dafaf1d0bf92f40d0090c4272a to your computer and use it in GitHub Desktop.
Floyd: fast-style-transfer: run
floyd run --gpu --env tensorflow-0.12:py2 --data narenst/datasets/coco-train-2014/1:images --data floydhub/datasets/imagenet-vgg-verydeep-19/3:vgg "python style.py --style examples/style/scarry-small.jpg \
--checkpoint-dir /output \
--train-path /images/train2014 \
--vgg-path /vgg/imagenet-vgg-verydeep-19.mat \
--content-weight 1.5e1 \
--checkpoint-iterations 1000 \
--batch-size 20"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment