nnstart pattern reorganization : How to avoide removeconstantrows block use by the tool ?

1 visualización (últimos 30 días)
Hi,
I am a working pattern recognization tool from Matlab, where after running the tool I get removeconstantrows block in the Simulink view. I do not want to have this block and like to run have coefficients for all the points.
Please let me know how can I avoid it.
Thank you
Best regards

Respuestas (1)

Sharan Paramasivam Murugesan
Sharan Paramasivam Murugesan el 23 de Ag. de 2017
You can manually remove the "removeconstantrows" from the preprocessing functions by setting the parameter "processFcns" for both inputs and outputs.
e.g., mrac_net.inputs{1}.processFcns = {};
where mrac_net is the name of the network.

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by