milumilule2
milumilule2
@zxl1994 @xiaofengqing Have you already solved this problem? I have the same error with you. during the steps: 1.# Generate pretrained weights python transfer_FCN.py 2.# Run training python train.py 3.#...
@xiaofengqing yes, my keras version is 2.0.8, but it doesn't work. It still occurs the same issue. so what's your python and tensorflow version? my python version is 2.7, is...
@zarzen I already successfully install keras==2.0.8 , but still have the same problem. do you know what's the reason ? thank you
@zarzen I downloaded the keras-contrib by running setup.py, my keras-contrib== 2.0.8, too. My python version is 2.7.12, tensorflow version is 1.3, is the version too old? so what's your version?...
@dokutagero Thank you so much for your reply! In fact, I want to use this implementation to train my saliency detection dataset. In detail, the input images are RGB images(channel=3),...