cuda implementation of predictive sparse decomposition autoencoder
Lua Cuda CMake C
Permalink
Failed to load latest commit information.
CMakeLists.txt
ConvPsd.lua
Diag.lua
FistaL1.lua
README.md
SpatialConvFistaL1.lua
UnsupgpuModule.lua
UnsupgpuTrainer.lua added missing files Sep 14, 2015
autoencoder-data.lua
create_dataset_lcn.lua
demo_conv_psd_gpu.lua
init.cu conv_psd now runs on GPU; corrected bug in registering cuda kernel wi… Sep 14, 2015
init.lua
psd.lua
unsupgpu-0.1-0.rockspec
util.cu
util.h

README.md

UNSUPGPU

A package for convPSD with CUDA in Torch.

Requirements

Basic dependencies:

To run the demo scripts, you also need the following:

  • image (github.com/clementfarabet/lua---image)
  • sys (github.com/clementfarabet/lua---sys)
  • xlua (github.com/clementfarabet/lua---xlua)

Installation

The project is not yet uploaded to the global LuaRocks server so using "luarocks install unsupgpu" does not work yet. To install, you need to: