Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Is there any "silent mode" for python neuron web?

I’m making a python neuron web and i want it not to print the progress bar, only the array:

1/1 [==============================] - ETA: 0s


1/1 [==============================] - 0s 164ms/step
[8.2330288e-12 9.9992573e-01 2.1350482e-16 5.9751502e-11 6.5589209e-17
 1.3340558e-18 2.9009388e-16 3.5262390e-06 1.2193650e-11 7.0627291e-05]

So, is there any "silent modes" for keras models?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Try using the "verbose" argument, for example:

model.fit(X, y, verbose= 0)
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading