Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 9 Collab #4

Open
leekocytes opened this issue Mar 19, 2019 · 0 comments
Open

Chapter 9 Collab #4

leekocytes opened this issue Mar 19, 2019 · 0 comments

Comments

@leekocytes
Copy link

Hi all, there appears to be an error in the cell downloading apple2orange dataset. I believe you left off the mkdir ./datasets in below. It runs as expected when added.

`#@title { form-width: "10%" }
%%bash

FILE=apple2orange

URL=https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets/$FILE.zip
mkdir ./datasets
ZIP_FILE=./datasets/$FILE.zip
TARGET_DIR=./datasets/$FILE/
wget -N $URL -O $ZIP_FILE
mkdir $TARGET_DIR
unzip $ZIP_FILE -d ./datasets/
rm $ZIP_FILE`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant