I hereby claim:
- I am elad on github.
- I am elad (https://keybase.io/elad) on keybase.
- I have a public key whose fingerprint is 52D6 EEB4 681B 6B26 3395 A61E CE8D 197D 666E B914
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Things I want in a text editor | |
| From Atom: | |
| - Free | |
| - Default theme | |
| - Community | |
| - Autocomplete | |
| From Sublime: | |
| - No notion of "project" but rather "files" and "folder" and maybe "group" |
| <ul class="nav nav-pills nav-stacked"> | |
| <li class="active"> | |
| <a href="" ng-click="vm.activeTab = 'one'" data-toggle="pill"> | |
| One header | |
| </a> | |
| </li> | |
| <li> | |
| <a href="" ng-click="vm.activeTab = 'two'" data-toggle="pill"> | |
| Two header | |
| </a> |
| Start a g2.2xlarge or better (GPU instance) with https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#LaunchInstanceWizard:ami=ami-ffba7b94 | |
| Login, username is ubuntu | |
| Update a bunch of stuff and make sure cudnn R2 is used: | |
| luarocks install image | |
| luarocks install loadcaffe | |
| luarocks install torch | |
| export LD_LIBRARY_PATH=/home/ubuntu/torch-distro/install/lib:/home/ubuntu/torch-distro/install/lib:/home/ubuntu/cudnn-6.5-linux-x64-v2-rc2 |