don't print results of a function
问题 I am using python and pybrain for Neural Networks. Unfortunately, my sample is realy big and when the program print the errors on the training, my memory get full before the programm completed. Is there anyway to not print the errors from the functions? !!!! It's not a python error. It's pybrain feature. It's print the difference of the prediction and the real sample. For example "error: 0.00424". Each time it makes a prediction, it print this string. Here is my code ds = SupervisedDataSet(1,