v0.1.0
Breaking changes:
SaliencyParamshas moved fromaudiotree.datasources.SaliencyParamstoaudiotree.SaliencyParams
Updates:
The code has been tested with device parallel sharding. See the recent updates to DAC-JAX.
SaliencyParams has a new search_function parameter. The two valid strings are SaliencyParams.search_uniform and SaliencyParams.search_early_bias. You can also plug in your own Callable function.