Who Made This Face?
from pathlib import Path
DATA_DIR = Path("/kaggle/input")
if (DATA_DIR / "ucfai-core-fa18-gans").exists():
DATA_DIR /= "ucfai-core-fa18-gans"
else:
# You'll need to download the data from Kaggle and place it in the `data/`
# directory beside this notebook.
# The data should be here: https://kaggle.com/c/ucfai-core-fa18-gans/data
DATA_DIR = Path("data")