Skip to content

Instantly share code, notes, and snippets.

View khanha2's full-sized avatar
💭
I may be slow to respond.

Khanh Nguyen khanha2

💭
I may be slow to respond.
View GitHub Profile
@khanha2
khanha2 / residual_network.py
Created March 7, 2019 08:53 — forked from mjdietzx/residual_network.py
Clean and simple Keras implementation of residual networks (ResNeXt and ResNet) accompanying accompanying Deep Residual Learning: https://blog.waya.ai/deep-residual-learning-9610bb62c355.
"""
Clean and simple Keras implementation of network architectures described in:
- (ResNet-50) [Deep Residual Learning for Image Recognition](https://arxiv.org/pdf/1512.03385.pdf).
- (ResNeXt-50 32x4d) [Aggregated Residual Transformations for Deep Neural Networks](https://arxiv.org/pdf/1611.05431.pdf).
Python 3.
"""
from keras import layers
from keras import models
@khanha2
khanha2 / gist:b8952e3619d3c6e8acc22fd9b6ab85ee
Created August 10, 2016 01:36 — forked from evildmp/gist:3094281
Set up Django, nginx and uwsgi

This document has now been incorporated into the uWSGI documentation:

http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html

Set up Django, nginx and uwsgi

Steps with explanations to set up a server using: