arunpatala

Results 28 issues of arunpatala

I was trying to install tensorflow using serverless in ubuntu machine and am facing the following error "ENOENT: no such file or directory, scandir '/tmp/lambda-packs/tensorflow/source' " Is there anything i...

Hi, I was using this repo for training my networks in pytorch and it has been very helpful and made the code concise. But I was facing out of memory...

When I am trying to finetune a pretrained network, I am freezing some layers params using require_grad=False. The optimizer is trying to optimize all params causing ValueError: optimizing a parameter...

I was building docker image with docker build -t crnn_docker . But I am getting the following error. I checked that the file is not busy using lsof. I am...

Hi, Nice repo. I am running the example for training with the given dataset. I am getting a cuda runtime error. I am attaching the log file. [log.txt](https://github.com/OpenNMT/Im2Text/files/840186/log.txt)

getPixelMapFromId = function(img) { var canvas; if(!canvas) { canvas = document.createElement('canvas'); canvas.width = 170; canvas.height = 50; canvas.getContext('2d').drawImage(img, 0, 0, 170, 50); } var pixelMap = []; for (var i...