Skip to content

Commit

Permalink
Fix bug in multiloss decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinTeichmann committed Mar 20, 2017
1 parent 2fd7d9e commit 2784122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoder/fcn8_vgg.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ def inference(hypes, images, train=True):

logits['feed4'] = vgg_fcn.pool3

# logits['fcn_logits'] = vgg_fcn.upscore32
logits['fcn_logits'] = vgg_fcn.upscore32

return logits

0 comments on commit 2784122

Please sign in to comment.