janclemenslab / das

Deep Audio Segmenter
http://janclemenslab.org/das/
25 stars 9 forks source link

Error during training when optimizing postprocessing #46

Closed chitayata closed 1 year ago

chitayata commented 2 years ago

Dear Jan,

I am trying to optimize postprocessing during training but I keep getting this error.

TypeError: train() got an unexpected keyword argument 'fill_gaps_min'

I've tried in python and in the GUI with no luck. I know it can be a computationally intensive addition, but even with very small networks it doesn't work.
Any idea what's going on?

Thanks!

postpop commented 2 years ago

Hi, I think that is a conda issue - can you post the output of das version? xarray-behave (the GUI) should be version 0.33.4. If this is not the case, updating xarray-behave through pip should help: pip install xarray-behave --upgrade --no-deps.

chitayata commented 1 year ago

Yup that was it. I had version 0.33.1. Updated now and seems to be running as normal. thank you!