Commit Graph

13 Commits

Author SHA1 Message Date
Brandon Amos 2582f43797 dataset.lua: Comment out unused torch.linspace. 2016-07-12 12:06:12 -04:00
Brandon Amos 6534788a41
Use torch.range instead of torch.linspace because of rounding issues.
For #160
2016-07-12 11:45:15 -04:00
Brandon Amos b4df1f9644 Revert dataset.lua for #132. 2016-05-08 12:11:59 -04:00
Brandon Amos 0707db5718 Fix maxPathLength assertion/increment.
Thanks for the correction @aaronnech, I read your earlier suggestion too fast :-)

For #132
2016-05-07 20:43:53 -04:00
Brandon Amos 85d7375fd9 Remove unused variables/functions to fix luacheck warnings.
\cc @aaronnech

For #132
2016-05-07 20:33:52 -04:00
Brandon Amos b11910b1da Fix assert bound.
\cc @aaronnech

For #132
2016-05-07 20:30:17 -04:00
Brandon Amos 1d5491a1e8 Add @aaronnech's dataset.lua improvements for #132. 2016-05-07 20:25:27 -04:00
Brandon Amos 6fd4ac8604 Training: Sample from all of a person's images.
This fixes a bug in the training code that caused
only the first (same) `nSamplesPerClass` images in each
class to be sampled every time rather than sampling
from all of the person's images.
2016-03-15 16:27:09 -04:00
Brandon Amos 57118ac28f Fix luacheck warnings. 2015-12-27 08:41:49 -05:00
Brandon Amos 81a62c6e13 Fix broken links. 2015-12-26 17:11:44 -05:00
Brandon Amos 1fb67767b7 Correct calls to image.load 2015-10-31 17:12:47 -04:00
Brandon Amos 69586648e6 Refactor: facenet->openface. 2015-10-10 21:28:41 -04:00
Brandon Amos d8790408d1 Initial commit of training code from development repo. 2015-09-23 19:49:45 -04:00