Skip to content

Instantly share code, notes, and snippets.

@williamoanta
williamoanta / GANsWorkshopSetup.md
Last active November 14, 2017 17:42
Instructions: Data Set Download & Environment Setup

Generating Faces with GANs in Tensorflow

Slack Channel

First and foremost, join us at GANs Workshop Slack Channel so that we can keep in sync. Most probably, this channel will be the starting point for a local community of developers interested in hands-on AI & ML stuff.

Data Set Download instructions

For this workshop we will use the MNIST and Celeba datasets. You can download them from this google drive folder. The folder contains the two img_align_celeba and mnist ziped folders. Please create a data folder in the project repository's root directory, copy the two dataset folders there and extract them.

@williamoanta
williamoanta / Contributing.md
Created June 28, 2017 10:57 — forked from MarcDiethelm/Contributing.md
How to contribute to a project on Github

This text now lives at https://github.com/MarcDiethelm/contributing/blob/master/README.md. I turned it into a Github repo so you can, you know, contribute to it by making pull requests.


Contributing

If you want to contribute to a project and make it better, your help is very welcome. Contributing is also a great way to learn more about social coding on Github, new technologies and and their ecosystems and how to make constructive, helpful bug reports, feature requests and the noblest of all contributions: a good, clean pull request.

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor
@williamoanta
williamoanta / gist:040b3ff02d4015f56bb6981b829a8067
Created February 27, 2017 11:57 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@williamoanta
williamoanta / DONE.json
Last active February 12, 2017 18:09
First Search: 1949670341 - 315299124
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.