Skip to content

Instantly share code, notes, and snippets.

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

Shel Kong kongscn

💭
I may be slow to respond.
View GitHub Profile
@kongscn
kongscn / readme.md
Created October 13, 2016 21:20 — forked from baraldilorenzo/readme.md
VGG-16 pre-trained model for Keras

##VGG16 model for Keras

This is the Keras model of the 16-layer network used by the VGG team in the ILSVRC-2014 competition.

It has been obtained by directly converting the Caffe model provived by the authors.

Details about the network architecture can be found in the following arXiv paper:

Very Deep Convolutional Networks for Large-Scale Image Recognition

K. Simonyan, A. Zisserman

@kongscn
kongscn / tmux-cheatsheet.markdown
Created January 28, 2016 07:38 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@kongscn
kongscn / BibTexCiteKeyForMarkdown.js
Created December 28, 2015 07:40 — forked from liob/BibTexCiteKeyForMarkdown.js
Zotero translator - BibTeX key for Markdown based on the work of Peter O'Brien, Simon Kornblith and Richard Karnesky
{
"translatorID": "7cb70025-a888-4a29-a210-93ec52da40d5",
"translatorType": 3,
"label": "BibTeX key for Markdown",
"creator": "created by liob based on the works of Peter O'Brien, Simon Kornblith and Richard Karnesky",
"target": "bib",
"minVersion": "2.1.9",
"maxVersion": null,
"priority": 200,
"inRepository": true,
@kongscn
kongscn / cx_oracle_instructions.md
Last active August 26, 2015 04:24 — forked from thom-nic/cx_oracle_instructions.md
Installing CX Oracle for Python & Mac OS X. Instructions exist around the web, but they seem to be piecemeal and incomplete.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX snippet: language and style definition of Stata for listings package.
% [listings](http://www.ctan.org/pkg/listings)
% [Stata](http://www.stata.com/)
%
% Usage:
% Copy the code into your preamble, or import it by `\include` .
% then in your doc:
% \lstinputlisting[style=numbers]{DO-SCRIPT}
% \lstinputlisting[style=numbers, style=stata-editor]{DO-SCRIPT}