You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add post_tfm_kwargs to config/eval.py
- Add post_tfm_kwargs attribute to LearncurveConfig
- Add 'post_tfm_kwargs' option to config/valid.toml
- Add post_tfm_kwargs to LEARNCURVE section of vak/config/valid.toml
- Add use of post_tfm eval in engine.Model
- Add post_tfm_kwargs to core.eval and use with model
- Add logic in core/eval.py to use post_tfm_kwargs to make post_tfm
- Use multi_char_labels_to_single_char in core.eval,
not in transforms, to make sure edit distance is computed
correctl
- Add post_tfm parameter to vak.models.from_model_config_map
- Add parameter and put in docstring,
- Pass argument into Model.from_config
- Add post_tfm_kwargs to TeenyTweetyNet.from_config
- Add post_tfm_kwargs to unit test in test_core/test_eval.py
- Pass post_tfm_kwargs into core.eval in cli/eval.py
- Add parameter post_tfm_kwargs to vak.core.learncurve function,
pass into calls to core.eval
- Pass post_tfm_kwargs into core.learncurve inside cli.learncurve
0 commit comments