Releases: DBraun/audiotree
Releases · DBraun/audiotree
v0.1.0
Breaking changes:
SaliencyParams
has moved fromaudiotree.datasources.SaliencyParams
toaudiotree.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.