Reference to non-existent field 'net_read_only'

Hi everyone,
I am a beginner using neural network toolbox. I don't know why but my neural network stop working and keep return Reference to non-existent field 'net_read_only.
If I run the network by script it stop after
net = patternnet(hiddenLayerSize);
and return error:
Default value is not a member of type "nntype.performance_fcn".
Would someone kindly help me through this problem.
Thank you

1 comentario

Julia
Julia el 23 de Jul. de 2017
Hello, I am facing similar problem as you. The error is: Reference to non-existent field 'net_read_only'. Error in network/subsasgn>network_subsasgn (line 41) if ~isempty(nnstring.first_match(field,FIELD_NAMES.net_read_only)) Error in network/subsasgn (line 13) ............
Can you help me on solve this problem?Thanks.

Iniciar sesión para comentar.

 Respuesta aceptada

Greg Heath
Greg Heath el 7 de Mzo. de 2016
Do you have an older version of the NNTOOLBOX which does not contain PATTERNNET?
lookfor patternnet
help patternnet
doc patternnet
If so, use NEWPR.
Hope this helps,
Thank you for formally accepting my answer
Greg

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 6 de Mzo. de 2016

Respondida:

el 23 de Jul. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by