Skip to content

Instantly share code, notes, and snippets.

View carlomazzaferro's full-sized avatar

Carlo Mazzaferro carlomazzaferro

View GitHub Profile
@akiross
akiross / Understanding_queues_in_TF.ipynb
Created April 3, 2017 16:50
This notebook aims to explain how queues are used in tensorflow, in a bit more practical way than the official docs. I developed and tested this with TF 1.0
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@KatiRG
KatiRG / flask_gunicorn_app.py
Last active January 22, 2024 06:00
Running Flask with Gunicorn
# This gist shows how to integrate Flask into a
# custom Gunicorn-WSGI application described
# here: http://docs.gunicorn.org/en/stable/custom.html
from __future__ import unicode_literals
import multiprocessing
import gunicorn.app.base