Closed PTRRupprecht closed 2 years ago
During inference, the output is relatively verbose, which is annoying for daily use of the algorithm. Write an option to make inference non-verbose.
Fixed. To use non-verbose output, use the following syntax:
predictions = cascade.predict( model_name, traces, verbosity=0)
For verbose output, omit the verbosity argument or use verbosity=1.
verbosity
verbosity=1
During inference, the output is relatively verbose, which is annoying for daily use of the algorithm. Write an option to make inference non-verbose.