Fix broken links.

This commit is contained in:
Brandon Amos 2015-12-26 17:11:44 -05:00
parent 3821c9b39b
commit 81a62c6e13
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
-- Source: https://github.com/facebook/fbcunn/blob/master/examples/imagenet/dataset.lua
-- Source: https://github.com/soumith/imagenet-multiGPU.torch/blob/master/dataset.lua
require 'torch'
torch.setdefaulttensortype('torch.FloatTensor')

View File

@ -89,7 +89,7 @@ with at least 4GB of memory with `--virtualbox-memory 4096`.
Be sure you have checked out the submodules and downloaded the models as
described above.
See the
[Dockerfile](https://github.com/cmusatyalab/openface/blob/master/docker/Dockerfile)
[Dockerfile](https://github.com/cmusatyalab/openface/blob/master/Dockerfile)
as a reference.
This project uses `python2` because of the `opencv`

View File

@ -1,4 +1,4 @@
-- Source: https://github.com/facebook/fbcunn/blob/master/examples/imagenet/data.lua
-- Source: https://github.com/soumith/imagenet-multiGPU.torch/blob/master/data.lua
--
-- Copyright (c) 2014, Facebook, Inc.
-- All rights reserved.

View File

@ -1,4 +1,4 @@
-- Source: https://github.com/facebook/fbcunn/blob/master/examples/imagenet/dataset.lua
-- Source: https://github.com/soumith/imagenet-multiGPU.torch/blob/master/dataset.lua
-- Modified by Brandon Amos in Sept 2015 for OpenFace by adding
-- `samplePeople` and `sampleTriplet`.

View File

@ -1,4 +1,4 @@
-- Source: https://github.com/facebook/fbcunn/blob/master/examples/imagenet/donkey.lua
-- Source: https://github.com/soumith/imagenet-multiGPU.torch/blob/master/donkey.lua
--
-- Copyright (c) 2014, Facebook, Inc.
-- All rights reserved.

View File

@ -1,4 +1,4 @@
-- Source: https://github.com/facebook/fbcunn/blob/master/examples/imagenet/util.lua
-- Source: https://github.com/soumith/imagenet-multiGPU.torch/blob/master/util.lua
local ffi=require 'ffi'
------ Some FFI stuff used to pass storages between threads ------------------