The data download script

The download script looks oddly familiar, doesn't it? In this run command, we are going to use the newly built container to grab a download script and download data into our data folder:

#/bin/bash
xhost +

docker run -it
--runtime=nvidia
--rm
-v /home/jk/Desktop/book_repos/Chapter5/data:/data
ch5 wget -N https://raw.githubusercontent.com/junyanz/CycleGAN/master/datasets/download_dataset.sh -O /data/download_dataset.sh && ./download_dataset.sh horse2zebra
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.223.206.69