fanlamda
fanlamda
I wish to train the model on GPU,but predict with cpu,so I tried using cudnn.convert(self.model, nn). But it seems something in the model remains Cuda form. Is there any method...
I have an error when running with the DeepSpeech2 model. Any idea with this problem is welcome. I have tried tensorflow version 1.1-1.4. All failed Traceback (most recent call last):...
When I make in /src, I met error like this: /home/fanl/eesen/src/netbin/train-ctc.cc:89: undefined reference to `eesen::CuDevice::SelectGpuId(std::string)' /home/fanl/eesen/src/netbin/train-ctc.cc:90: undefined reference to `eesen::CuDevice::DisableCaching()' /home/fanl/eesen/src/netbin/train-ctc.cc:174: undefined reference to `eesen::CuDevice::PrintProfile()' train-ctc.o: In function `eesen::CuDevice::Instantiate()': /home/fanl/eesen/src/netbin/../gpucompute/cuda-device.h:46:...
After I installed the first two package,when I use” luarocks install https://raw.githubusercontent.com/soumith/lua---audio/master/audio-0.1-0.rockspec“ , it comes error like Scanning dependencies of target audio [ 50%] Building C object CMakeFiles/audio.dir/audio.c.o Linking C...