sticker icon indicating copy to clipboard operation
sticker copied to clipboard

Succeeded by SyntaxDot: https://github.com/tensordot/syntaxdot

Results 15 sticker issues
Sort by recently updated
recently updated
newest added

Maybe for sticker2, if it's too invasive for sticker?

Writing the labels to yml or toml can still be done via serde but allows for manual inspection.

We could bucket sequences in the dev set by their length to speed up dev passes

Right now, the exponential decay lr schedule is not available for `sticker train`and `sticker pretrain`. Once #145 is merged, it would make sense to have it available for both subcommands....

The `conllx` dependency is now used throughout `sticker`. Abstract over layers and features using traits, so that the `sticker` create becomes oblivious to the underlying format. `sticker-utils` could then provide...

feature

Hello, Thank you for this awesome library. I´m very impressed by the quality. My task is to extract/segment information from a semi structured text. But not only the text is...

Add epoch-averaged (train and dev) values of the summarized metrics to tensorboard. After a few epochs it's hard to tell anything from the per-batch graphs.

feature

Printing the gradient norm alongside the training output can be helpful when tuning learning rates and for finding the gradient clipping threshold.

feature

Once an epoch is done, we start a new line. The batch accuracy/loss that is displayed is then that of the last batch of the epoch. These numbers are confusing...