We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i try get the iteration and error with this code
let errors=[]; trainer.train(trainingSet, { rate: getParametersAnn(tipo,parametros).lr,//0.003 iterations: 20000, error:getParametersAnn(tipo,parametros).error,//0.005 shuffle: true, log: 10, cost: synaptic.Trainer.cost.CROSS_ENTROPY, schedule: { every: 1000, do: function(data){ console.log('errors',data); errors.push(data.error); } } });
but never enters, does not show the console
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i try get the iteration and error with this code
but never enters, does not show the console
The text was updated successfully, but these errors were encountered: