mittagessen

Results 65 comments of mittagessen

On 23/10/09 06:51AM, Tillmann Dönicke wrote: > I want to process some Syriac texts using your > [syriac-monotype](https://github.com/mittagessen/kraken-models/tree/master/clstm/syriac-monotype) > model. I receive the following errors: The CLSTM models have been...

PS: The model I linked is old enough that there have been some changes in the default network architecture. That doesn't mean it won't work but retraining on the same...

I've found the training data (~17k lines) but unfortunately don't have the right to share it. I'll train a new model and upload it to the repository.

It finished training with fairly decent validation metrics (

The model is a text recognition model and you're trying to run the segmenter with it. Do you want to only get a segmentation or the actual text? Is the...

On 23/10/17 02:50AM, Tillmann Dönicke wrote: > Okay, thank you! The model is running now. I performed an evaluation > on my collection of Syriac manuscripts and got an average...

Ah sorry, it is only calculated for the validation during training. I can add it to the test report as well but the method is rather simplistic as it just...

It's implemented now on a global, i.e. not per-script, level. I'll add it to the next minor release 5.2.2.

Are you sure? It works perfectly fine on my system and I don't see where it would transmit over an `ElementTree` into another process.

There's now [basic](https://pytorch-lightning.readthedocs.io/en/latest/accelerators/mps_basic.html) MPS support in lightning so acceleration on Mac should work now with the development version.