Open PRRvalli opened 6 years ago
I tried using your code for image-segmenting. Size of my dataset was 68683. So I modified your code according to my dataset. The error occurs at BilinearUpSampling2D step. I'm not sure how to resolve it. link to the code : (https://github.com/PRRvalli/Deep_learning-codes/blob/master/FCN-implementation%20on%20rtmi.ipynb).
Hey @PRRvalli , use an UpSampling2D layer instead
I tried using your code for image-segmenting. Size of my dataset was 68683. So I modified your code according to my dataset. The error occurs at BilinearUpSampling2D step. I'm not sure how to resolve it. link to the code : (https://github.com/PRRvalli/Deep_learning-codes/blob/master/FCN-implementation%20on%20rtmi.ipynb).