Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

chained operations on Step

Compare
Choose a tag to compare
@kamil-kaczmarek kamil-kaczmarek released this 18 Oct 19:32
· 3 commits to master since this release
Dev 015 (#116)

* allow to chain operations i.e. preprocessing_block = preprocessing_steps(cfg=cfg).set_mode_inference().set_parameters_upstream(steps_config)

* allow to chained operations