dnouri / cuda-convnet

My fork of Alex Krizhevsky's cuda-convnet from 2013 where I added dropout, among other features.
http://code.google.com/p/cuda-convnet/
253 stars 147 forks source link

Add soft link so that we can import ConvNet #10

Closed invisibleroads closed 10 years ago

invisibleroads commented 10 years ago

The shared module convnet.so hides the original python module. The soft link exposes the original python module.

from convnet_ import ConvNet