Skip to content Skip to sidebar Skip to footer
Showing posts with the label Theano

Need Help To Compile Python With Pyinstaller

I want to distribute my python code on machines running windows 7+. It consists of a couple of .py … Read more Need Help To Compile Python With Pyinstaller

Theano.test() : Optimization Failure Due To Constant_folding (on Ubuntu)

When running theano.test() on an Ubuntu operating system, some error message about an optimization … Read more Theano.test() : Optimization Failure Due To Constant_folding (on Ubuntu)

Customize Keras' Loss Function In A Way That The Y_true Will Depend On Y_pred

I'm working on a multi-label classifier. I have many output labels [1, 0, 0, 1...] where 1 indi… Read more Customize Keras' Loss Function In A Way That The Y_true Will Depend On Y_pred

How To Switch From Keras Tensortype To Numpy Array For A Custom Layer?

So I have a custom layer, that does not have any weights. In a fist step, I tried to implement the… Read more How To Switch From Keras Tensortype To Numpy Array For A Custom Layer?