[theano-users] Deep learning on Short term load forecasting

2016-09-18 Thread Kriangsak Palapanyakul
Hi everyone, I'm new on this section. I'm wondering on that deep learning is suitable for short term load forecasting (STLF) or not? Are you guys have any guideline that I can follow? Thank you Indy -- --- You received this message because you are subscribed to the Google Groups "theano-us

[theano-users] Trying to figure out why getting NaNs with softplus

2016-09-18 Thread my . masq
I've been banging my head against this problem for several hours so I wanted to make sure one of my assumptions is not flawed (and hopefully get some advice). I have a relatively simple network that is entirely linear except for the loss function which is a sum of many softpluses. A snippet

Re: [theano-users] GPU error:Error when tring to find the memory information on the GPU: RuntimeError: CudaNdarray.__setitem__: syncing structure to device failed

2016-09-18 Thread Aritz Bilbao
How did you solve the problem? What was it caused by? Thanks! El viernes, 11 de marzo de 2016, 6:24:45 (UTC+1), Sonam Singh escribió: > > I guess it was driver issue. I tweaked here and there and wasn't able to > reproduce after few days. > > Thanks > -Sonam > On Wed, Mar 9, 2016 at 4:50 AM, Fr

[theano-users] Re: Trying to figure out why getting NaNs with softplus

2016-09-18 Thread my . masq
An update: this apparently has nothing to do with softplus. I've drastically simplified my network and removed many components (reducing the loss function to a simple quadratic) and I still get the same error. The issue seems to come from how I'm doing sub-tensor indexing (which obviously sho