Skip to content

Commit

Permalink
update command
Browse files Browse the repository at this point in the history
  • Loading branch information
vangj committed Jan 22, 2020
1 parent 378c359 commit d179c97
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions dl-transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ docker run -it \
--gpus=all \
--shm-size=5g \
oneoffcoder/dl-transfer -s image/picasso-01.jpg -c image/dancing.jpg

docker run -it \
-v `pwd`/image:/app/image \
--gpus=all \
--shm-size=5g \
dl-transfer:local -s image/picasso-01.jpg -c image/dancing.jpg

docker run -it \
-v `pwd`/image:/app/image \
--gpus=all \
--shm-size=5g \
dl-transfer:local -s image/picasso.jpg -c image/dancing.jpg -o image/final.jpg
```

# Citation
Expand Down

0 comments on commit d179c97

Please sign in to comment.