MarvinTeichmann / tensorflow-fcn

An Implementation of Fully Convolutional Networks in Tensorflow.
MIT License
1.1k stars 433 forks source link

Loss error #13

Closed Yaffa1607 closed 7 years ago

Yaffa1607 commented 7 years ago

Hi ,after building the network on vgg 8 , when I try to run the loss ,it gives me error

screen shot 2016-10-25 at 9 48 41 am

If I see the shape of vgg.pred_up , it is a question mark. It shows values till vgg.score_fr

MarvinTeichmann commented 7 years ago

You are calling a module, not the loss function. Try loss.loss()