dsp-uga / Team-thweatt-p2

Cilia Segmentation
MIT License
0 stars 3 forks source link

Tiramisu #7

Closed vishcocity closed 5 years ago

vishcocity commented 5 years ago

The model compiled successfully but threw an error related to the dimension of input size. Error when checking input: expected conv2d_1185_input to have 4 dimensions, but got array with shape (512, 512, 1) but when i tried to change the input from 3 dimension to 4 dimension, then it again threw an error that the expected input size has to be 3.

hemanthme22 commented 5 years ago

Let's move Tiramisu to future work as we are not able to resolve this error and get it working in time for project submission.

vishcocity commented 5 years ago

Yes. Had the same plans. However, https://arxiv.org/abs/1611.09326 is a good resource for well implementing this model. Thanks. Shifting this to future work!