andybug912

Results 3 comments of andybug912

@luoyangen hi, could you tell me how to run the code on GPU? I tried `THEANO_FLAGS=device=gpu,floatX=float32 python __main__.py` kept receiving error > TypeError: ('Bad input argument to theano function with...

sorry for replying so late could you explain more in detail? I'm new both in python and theano --- From: Frédéric Bastien [email protected] Sent: Friday, November 4, 2016 2:07 PM...

@nouiz I added `masked_stream = Cast(data_stream=masked_stream, dtype='floatX')` `dev_stream = Cast(data_stream=dev_stream, dtype='floatX')` just before functions return `masked_stream` and `dev_stream` in `stream.py`, and received error > Traceback (most recent call last): >...