lucky-ing commented on issue #3654: quick fix fcn-xs example URL: https://github.com/apache/incubator-mxnet/pull/3654#issuecomment-587640536 you can convert your old json file into lastest version to solve this problem. there are three deconvolution nodes in this fcn network. Add "adj": "(0, 0)" after "workspace": "****" line in the first two deconvolution nodes' params, and add "adj": "(0, 0)" ( I use it and bingo~) or "adj": "(7, 7)" after "workspace": "****" line in the last deconvolution node's params.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
