Why do I get the error "Undefined function 'gcp' for input arguments of type 'char'" ?

I am getting the following error when trying to train my neural net:
"Undefined function 'gcp' for input arguments of type 'char'."
How do I resolve this error?

 Accepted Answer

This error indicates that you are trying to do training in parallel but do not have the Parallel Computing Toolbox installed. You can either install this toolbox to take advantage of this feature or set the 'ExecutionEnvironment' option to 'cpu' in your training options.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Release

R2017b

Community Treasure Hunt

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

Start Hunting!