Jan Clemens
Jan Clemens
Hi, please use the installation instruction from the github readme or the documentation. This is the correct command: ``` conda create python=3.11 das=0.32.4 -c conda-forge -c ncb -c nvidia -c...
Ah, I see. I don't think your institute needs to do that. To avoid licensing issues, all they need to do is block the anaconda channel (https://conda.anaconda.org/anaconda), not the user...
Thanks! Would be good for me and other's to know! In the meantime, I will explore how to get DAS onto conda-forge.
Thanks for the note. Yes, "defaults" were removed from [condarc](https://github.com/janclemenslab/das/blob/master/condarc.yml). The problem is that DAS needs to query the ncb channel, not just the conda-forge channel. For some reason, that...
Hi, What you describe sounds like a bug that we should fix! Thanks for raising this issue and sending the version information!! I assume you running this from the GUI,...
Here's the link for uploading the model and the data: https://www.dropbox.com/request/YdcWMXqHDd7P3CS8iM35
Thanks for sharing the examples!! When I run this, I get identical results. Do you band-pass filter the audio when loading? That is not done when running a whole folder...
Hi Iris, this issue keeps popping up repeatedly. I think we need to add an option to band-pass filter the signal during prediction. Should be quick - will let you...