Frank Cwitkowitz
Frank Cwitkowitz
Fixes and doc changes for some of the problems I ran into while setting up the dataset.
I've stumbled across a weird issue that occurs if I simply change `Experiment('hello_config')` to `Experiment('hello_config.')` in the following example (from the [quickstart guide](https://sacred.readthedocs.io/en/stable/quickstart.html)): ``` from sacred import Experiment ex =...
Using the current functionality, if I try to resample the following pitch list,  which has no empty pitch observations (taken directly from a JAMS file), I get the following:...
Hi @eloimoliner, Thank you for this implementation of CQ-NSGT. I would like to use it as a drop-in replacement of the more standard CQT implementation, but I am confused on...