hughperkins / DeepCL

OpenCL library to train deep convolutional neural networks
Mozilla Public License 2.0
867 stars 199 forks source link

PyDeepCL: ActivationMaker does not know scaledtanh #49

Closed mbPDWTeSe33 closed 8 years ago

mbPDWTeSe33 commented 8 years ago

As python user I am not able to use net.addLayer(PyDeepCL.ActivationMaker().scaledtanh()) because it is still not defined.

hughperkins commented 8 years ago

Hmmmm, right. Will take a look.

hughperkins commented 8 years ago

Addressed in 7b2741e