theano-cuda Questions

3

I am working on a reinforcement learning task and decided to use keras NN model for Q value approximation. The approach is common: after each action the reward is stored in a memory replay array, t...
Purpleness asked 25/6, 2016 at 8:56

1

Solved

When training either one of two different neural networks, one with Tensorflow and the other with Theano, sometimes after a random amount of time (could be a few hours or minutes, mostly a few hour...
Jordanson asked 26/8, 2017 at 4:29

3

in Ubuntu MATE 16.04 I'm trying to run the deep-learning python examples here using the GPU: testing Theano with GPU I did run the example code, THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=flo...
Puerilism asked 17/8, 2016 at 10:37

2

Solved

When installing Theano anaconda automatically tries to install pygpu despite this being an optional dependency. I have deleted the .theanorc file from my windows user directory. Also when running...
Fiesta asked 22/11, 2017 at 23:32

2

Solved

I use a server which has CUDA 7.5. But the server does not involve CUDNN. Is it possible to install CUDNN, and set all the linkings with CUDA, without root access, for the usage of all application...
Needle asked 22/11, 2016 at 8:28

0

I am trying to make Theano use the gpu on my Linux machine. It works from the command line, but not from Pycharm. Both are using Python 3.5 from the same folder of my machine. I am testing this sc...
Deferential asked 16/5, 2017 at 20:36

1

Solved

Can I install cuDNN locally without root access ? I don't have root access to a linux machine I am using (the distro is openSuse), but I have CUDA 7.5 already installed. I am using Theano and I ...
Losing asked 1/9, 2016 at 3:55

1

Solved

Setup: Using a Amazon Linux system with a Nvidia GPU I'm using Keras 1.0.1 Running Theano v0.8.2 backend Using CUDA and CuDNN THEANO_FLAGS="device=gpu,floatX=float32,lib.cnmem=1" Everything wo...
Kumkumagai asked 2/5, 2016 at 22:20
1

© 2022 - 2024 — McMap. All rights reserved.