TopLeft vs webkitTransform
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
The code is inspired from François Chollet's answer to the following quora question[1] and distributed tensorflow tutorial[2]. | |
It runs the Keras MNIST mlp example across multiple servers. | |
This sample code runs multiple processes on a single host. It can be configured | |
to run on multiple hosts simply by chaning the host names given in *ClusterSpec*. | |
Training the model: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install terminator | |
sudo apt-get install g++ build-essential vim make | |
sudo apt-get install nodejs | |
sudo apt-get install npm | |
sudo apt-get install zsh | |
chsh -s /bin/zsh | |
sudo apt-get install indicator-multiload | |
sudo ln -s /usr/bin/nodejs /usr/bin/node |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set guioptions-=m "remove menu bar | |
set guioptions-=T "remove toolbar | |
set cursorcolumn | |
set ai nu bg=dark ts=1 sw=1 expandtab fdm=indent | |
set mouse=a | |
set hlsearch | |
colorscheme vividchalk | |
set cursorline |
This is a rewrite of Grouped Bar Chart using Weya.
This is a rewrite of Grouped Bar Chart using fp.js.