I hereby claim:
- I am ssahu on github.
- I am sarthak (https://keybase.io/sarthak) on keybase.
- I have a public key ASDx8hldqw3vCE5Y0ep0KrmqglkAX3AdVKDcfF-G-rJthAo
To claim this, I am signing this object:
'''This script goes along the blog post | |
"Building powerful image classification models using very little data" | |
from blog.keras.io. | |
It uses data that can be downloaded at: | |
https://www.kaggle.com/c/dogs-vs-cats/data | |
In our setup, we: | |
- created a data/ folder | |
- created train/ and validation/ subfolders inside data/ | |
- created cats/ and dogs/ subfolders inside train/ and validation/ | |
- put the cat pictures index 0-999 in data/train/cats |
#!/bin/bash | |
# Don't require you to constantly enter password for sudo: | |
sudo visudo | |
# In the bottom of the file, paste the following (without the `#`): | |
# paperspace ALL=(ALL) NOPASSWD: ALL | |
# Then press `ctl+o` then `enter` to save your changes, and `ctr+x` to exit nano | |
# Allow connection from your IP to any port- default seems to be just 22 (ssh) |
var intrinsic:Vector.<Number> = new Vector.<Number>(9, true); | |
var intrinsicInverse:Vector.<Number> = new Vector.<Number>(9, true); | |
var R:Vector.<Number> = new Vector.<Number>( 9, true ); | |
var t:Vector.<Number> = new Vector.<Number>( 3, true ); | |
// SVD routine | |
var svd:SVD = new SVD(); | |
// input homography[9] - 3x3 Matrix |
#git config --list | |
filter.lfs.clean=git-lfs clean -- %f | |
filter.lfs.smudge=git-lfs smudge -- %f | |
filter.lfs.process=git-lfs filter-process | |
filter.lfs.required=true | |
user.name=Sarthak Sahu | |
[email protected] | |
filter.lfs.process=git-lfs filter-process | |
filter.lfs.required=true | |
filter.lfs.clean=git-lfs clean -- %f |
I hereby claim:
To claim this, I am signing this object: