Training (fcnLayers)

1 view (last 30 days)
azza elbagoury
azza elbagoury on 15 Apr 2018
Commented: Hamed Zamanian on 7 Dec 2018
why the following error appears when training the fully convolution network. this network is built with (fcnLayers)function??
>>lgraph = fcnLayers(imageSize,numClasses,'type','8s'); >> [net, info] = trainNetwork(datasource,lgraph,options); Training on single CPU. Initializing image normalization.
Error using trainNetwork (line 154) Padding exceeds array bounds. Caused by: Error using builtin Padding exceeds array bounds.
  1 Comment
Hamed Zamanian
Hamed Zamanian on 7 Dec 2018
Hi
I have the same question. Is there anyone faced with this problem and solved it his/her effort? I appreciate for your help

Sign in to comment.

Answers (0)

Categories

Find more on Image Data Workflows in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!