Skip to content
/ hdl Public
forked from cadieu/hdl

Hierarchical Directed Learners (HDL)

Notifications You must be signed in to change notification settings

mczhu/hdl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdl

Hierarchical Directed Learners (HDL)


Quick Start

Install:

python setup.py develop --user

Get some data:

wget http://redwood.berkeley.edu/cadieu/data/vid075-chunks.tar.gz . tar -zxf vid075-chunks.tar.gz /share/users/USERNAME/data/vid075-chunks

Run the code (from within hdl/scripts):

python learn_sparsemodel.py

or with gpu:

THEANO_FLAGS=mode=FAST_RUN,device=gpu${GPU_NUM},floatX=float32 python learn_sparsemodel.py

View the results:

/share/users/USERNAME/output/hdl/state/.../*.png

About

Hierarchical Directed Learners (HDL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published