Skip to content

Instantly share code, notes, and snippets.

@lzamparo
Last active December 15, 2015 09:39
Show Gist options
  • Save lzamparo/5239854 to your computer and use it in GitHub Desktop.
Save lzamparo/5239854 to your computer and use it in GitHub Desktop.
Output of theano_exp_test.py script run on the head node interactively. Altered so that the graph is printed using printing.debugprint(f, file=output_file,print_type=True)
Run on 2013-03-25 12:46:29.868096
HostFromGpu [@A] <TensorType(float32, vector)> '' 1
|GpuElemwise{exp,no_inplace} [@B] <CudaNdarrayType(float32, vector)> '' 0
|<CudaNdarrayType(float32, vector)> [@C] <CudaNdarrayType(float32, vector)>
[GpuElemwise{exp,no_inplace}(<CudaNdarrayType(float32, vector)>), HostFromGpu(GpuElemwise{exp,no_inplace}.0)]
Looping 1000 times took 4.84187316895 seconds
Result is [ 1.23178029 1.61879349 1.52278066 ..., 1.1295259 2.35500026
2.58820248]
Used the gpu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment