stickeritis / sticker

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

Add the print-labels command to print a model's labels #163

Closed danieldk closed 4 years ago

twuebi commented 4 years ago

Why take the config to retrieve the labels file instead of taking the labels file as an argument?

danieldk commented 4 years ago

Why take the config to retrieve the labels file instead of taking the labels file as an argument?

We need to know the encoder type to deserialize the numberer with the correct type parameter.