start new:
tmux
start new with session name:
tmux new -s myname
| #!/bin/bash | |
| if [ "$1" = "-h" -o "$1" = "--help" -o -z "$1" ]; then cat <<EOF | |
| appify v3.0.1 for Mac OS X - http://mths.be/appify | |
| Creates the simplest possible Mac app from a shell script. | |
| Appify takes a shell script as its first argument: | |
| `basename "$0"` my-script.sh |
| --[[ | |
| This layer expects an [n x d] Tensor and normalizes each | |
| row to have unit L2 norm. | |
| ]]-- | |
| local L2Normalize, parent = torch.class('nn.L2Normalize', 'nn.Module') | |
| function L2Normalize:__init() | |
| parent.__init(self) | |
| end | |
| function L2Normalize:updateOutput(input) |
Trained by me using https://github.com/soumith/imagenet-multiGPU.torch, achieves 62.6% top1 center crop accuracy on ImageNet validation set. Tested here: https://github.com/szagoruyko/imagenet-validation.torch
Download links: