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

add a script to run all pytorch examples #591

Merged
merged 1 commit into from
Jul 13, 2019
Merged

Conversation

nairbv
Copy link
Contributor

@nairbv nairbv commented Jul 12, 2019

No description provided.

start
if [ ! -d "lsun" ]; then
echo "cloning repo to get lsun dataset"
git clone https://github.com/fyu/lsun || { error "couldn't clone lsun repo needed for dcgan"; return; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stuff like LSUN and Imagenet are really large datasets.
I wonder if we can do an environment variable like $DATA_ROOT to go look for them over there first. This way we can cache / mount them in CI

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

Successfully merging this pull request may close these issues.

2 participants