stickeritis / sticker

Succeeded by SyntaxDot: https://github.com/tensordot/syntaxdot
Other
25 stars 2 forks source link

Update sticker-tag and sticker-server to support pipelines #126

Closed danieldk closed 4 years ago

danieldk commented 4 years ago

With this change, both programs accept multiple configuration files as arguments. The models from the configuration files will be loaded and used as a pipeline.

For sticker-tag this change means that the optional input/output filename arguments have been replaced by the --input and --output options.

danieldk commented 4 years ago

Added a small update to move the readahead and batchsize options to sticker_pipeline_app,

danieldk commented 4 years ago

@DiveFish Thanks for the review! Much appreciated!