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

Added more datasets #30

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ backup/
.DS_Store
._*
train_txt2im_wrong_image.py

/instagram
/material-icons
/product-logos
/*_checkpoint
/*_samples
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "material-icons"]
path = material-icons
url = https://github.com/google/material-design-icons.git
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM tensorflow/tensorflow:latest-gpu

RUN pip install --upgrade tensorlayer
RUN pip install -U nltk
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ python downloads.py
</a>


# Training on Instagram

Download your instagram photos with [Instalooter](https://github.com/althonos/InstaLooter):

`pip install --user instalooter --pre`
`mkdir instagram`
`instaLooter user odbol -d instagram`



## License
Apache 2.0

Expand Down
Loading