vocalpy / vak

A neural network framework for researchers studying acoustic communication

Home Page:https://vak.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENH: Have `vak.predict` accept `post_tfm_kwargs` like `eval` + `learncurve`

NickleDave opened this issue · comments

This came up in this related bug:
#697 (comment)

It's surprising that we specify the parameters for the post-processing transformation as separate options in the predict section of the config, but then specify them in a "sub-table" named post_tfm_kwargs in the eval and learncurve sections

We should change predict to be consistent with the others IMO since we may want to change the semantics of post_tfm_kwargs depending on the model family