Skip to content

Instantly share code, notes, and snippets.

View m3hrdadfi's full-sized avatar
🎯
Focusing

Mehrdad Farahani m3hrdadfi

🎯
Focusing
View GitHub Profile
@m3hrdadfi
m3hrdadfi / doit.sh
Created August 31, 2019 08:10 — forked from charlesreid1/doit.sh
Download the Large-scale CelebFaces Attributes (CelebA) Dataset from their Google Drive link
#!/bin/bash
#
# Download the Large-scale CelebFaces Attributes (CelebA) Dataset
# from their Google Drive link.
#
# CelebA: http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html
#
# Google Drive: https://drive.google.com/drive/folders/0B7EVK8r0v71pWEZsZE9oNnFzTm8
python3 get_drive_file.py 0B7EVK8r0v71pZjFTYXZWM3FlRnM celebA.zip
@m3hrdadfi
m3hrdadfi / gadfly.mplstyle
Last active May 10, 2019 10:50 — forked from JonnyCBB/matplotlibrc
The Gadfly theme matplotlibrc style sheet
#### MATPLOTLIBRC FORMAT
## This is a sample matplotlib configuration file - you can find a copy
## of it on your system in
## site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it
## there, please note that it will be overwritten in your next install.
## If you want to keep a permanent local copy that will not be
## overwritten, place it in the following location:
## unix/linux:
## $HOME/.config/matplotlib/matplotlibrc or