Priyanka Chaudhary
Priyanka Chaudhary
@WittmannF : I am trying to do the same? Did you figure it out? Thanks!
@kylechang523 : Hello, I am facing a similar problem. Did you find a solution for it? Thanks!
@jingenyan : It is at this location https://github.com/openai/finetune-transformer-lm/tree/master/model
I commented these lines in data_parser.py im = im.resize((self.cfgs['training']['image_width'], self.cfgs['training']['image_height'])) em = em.resize((self.cfgs['training']['image_width'], self.cfgs['training']['image_height'])) And try to train I get the following error: pchaudha@costa:~/hed$ python run-hed.py --train --gpu-limit=0.7 --config-file='/home/pchaudha/hed/hed/configs/hed.yaml' 2017-12-21...
"You can set it to large value like 3200. This would work only if the test images are in a batch size of 1 though." I tried this and it...
@rahul-iyer : Hi, were you able to do sentence classification? Can you help me how to proceed? Thanks, Priyanka
@Paulito-7 : thank you for the suggestion. It was something else for me I have mentioned it below in case you are interested. @xelmirage : My error was due to...