F951

Results 4 comments of F951

@cemsaz I have the same problem. Could you please specify in which script and in which lines I should do the replacement? (Just in case, I'm using CUDA v8.0, cudnn...

Hi, I had used the code from this repository a few months ago without a problem, and recently I changed the versions of CUDA, cudnn, tensorflow, etc... and started to...

Hi, in the __main__ part of "train.py", in the "if dataset == 'VOC2012_BERKELEY':" section, set: ``` train_file_path=os.path.expanduser('~.keras/datasets/VOC2012/VOCdevkit/VOC2012/ImageSets/Segmentation/train.txt') val_file_path=os.path.expanduser('~.keras/datasets/VOC2012/VOCdevkit/VOC2012/ImageSets/Segmentation/val.txt') data_dir = os.path.expanduser('~.keras/datasets/VOC2012/VOCdevkit/VOC2012/JPEGImages') label_dir= os.path.expanduser('~.keras/datasets/VOC2012/VOCdevkit/VOC2012/SegmentationClass') ``` Regards

I have exactly the same problem. Right now I'm trying with different versions of tensorflow-gpu/Keras, in case that it be a version issue. Regards. Edit: the error was solved installing...