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' require 'torch'
torch.setdefaulttensortype('torch.FloatTensor') 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 Be sure you have checked out the submodules and downloaded the models as
described above. described above.
See the See the
[Dockerfile](https://github.com/cmusatyalab/openface/blob/master/docker/Dockerfile) [Dockerfile](https://github.com/cmusatyalab/openface/blob/master/Dockerfile)
as a reference. as a reference.
This project uses `python2` because of the `opencv` 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. -- Copyright (c) 2014, Facebook, Inc.
-- All rights reserved. -- 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 -- Modified by Brandon Amos in Sept 2015 for OpenFace by adding
-- `samplePeople` and `sampleTriplet`. -- `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. -- Copyright (c) 2014, Facebook, Inc.
-- All rights reserved. -- 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' local ffi=require 'ffi'
------ Some FFI stuff used to pass storages between threads ------------------ ------ Some FFI stuff used to pass storages between threads ------------------