-
When i run Maxout,
THEANO_FLAGS="device=gpu,floatX=float32" train.py mnist.yaml
THEANO_FLAGS="device=gpu,floatX=float32" train.py mnist_continued.yaml
THEANO_FLAGS="device=gpu,floatX=float32" python …
-
Hello,
When I try to use Caffe to implement two papers, I met some problems. The papers are 'CNN features off-the-shelf: An ostounding baseline for recognition', 'Decribeing texture in the wild…
-
When I exchange the "MaxoutConvC01B" with"MaxoutLocalC01B Im assuming that my yaml files still will work. I do however get the following problems.
1. MaxoutLocalC01B assumes a "max_filter_norm" argume…