HelmchenLabSoftware / Cascade

Calibrated inference of spiking from calcium ΔF/F data using deep networks
GNU General Public License v3.0
123 stars 34 forks source link

Non-verbose output during inference #33

Closed PTRRupprecht closed 2 years ago

PTRRupprecht commented 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.

PTRRupprecht commented 2 years ago

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.