Ankit Billa

Results 9 comments of Ankit Billa

I tried to find out where exactly the script was getting stuck, and found that this was the traceback obtained with a Keyboard Interrupt, no matter how much time elapsed:...

Hi. This error is fixed, but I have a new error now. I changed the following in the config files: `images_dir: "../data/LFW/lfw"` to `images_dir: "../data/LFW/Face2Text/face2text_v0.1/lfw"` And now I am getting...

> @MeteoRex11 Were you able to run this code ? After Figuring out errors I Changed the pickle file's version from 4 to 2 as well coz pickle 4 isn't...

You would need to store text in torch file format, with text embeddings already in them. This is a very tedious process, hence I did not make a script for...

@PankajJain5889 did you find a solution for this?

Try installing the latest version of cudnn. And change the value of TRAINER_MEMORY_ALLOCATION to 0.4. I am using the following configuration, and the code worked for me: ``` tensorflow-gpu: 1.15.0...

I am using the NVIDIA Quadro P4000 - 8GB Memory

> Please use PyTorch 1.0 Hi. My model is based off of PyTorch 0.4.0, and It leads to incompatibility issues with the linked cudnn if i use PyTorch 1.0. Is...

@guanba666 were you able to fix this?