Laia icon indicating copy to clipboard operation
Laia copied to clipboard

Laia: A deep learning toolkit for HTR based on Torch

Results 8 Laia issues
Sort by recently updated
recently updated
newest added

I am wondering how can I download RIMES data such as training_2011_gray.tar. I cannot visit the web domain www.a2ialab.com. Can anybody give me any hints? Thank you.

Hi, thanks for creating these instructions. In `README.md`, there is a line that says: ```Your team probably has three text files named brown.txt, lob_excludealltestsets.txt and wellington.txt.``` My group has access...

The estimation of confidence intervals using tables makes luajit to run out of memory in "EpochSummarizer:summarize" function. Heap size is limited to 2gb.

Hi! I'm trying to execute the RIMES recipe but there's a missing file when I get to the decoding step: ./utils/prepare_word_lexicon_from_boundaries.sh This script is called inside the decode_lm.sh: `# Build...

It would be very interesting to have a Pixel batcher, so that instead of sampling a fixed number of images, to sample an upper bound of pixels. This way, we...

enhancement

Convenient debugging tools: - Histogram of outputs and gradients for each layer - Plot weights and gradWeights as images - Plot inputs/outputs as images - Notify if the images are...

enhancement

We should two methods to the layer modules (e.g. nn.\* and cudnn.\* modules). All these modules interact with our tools through two main methods: forward(input) and backward(input, gradOutput), that perform...

enhancement

The Curriculum Learning batcher had many bugs, some were fixed but it probably doesn't work properly yet. There are several publications that mention the benefits of using it, instead of...

bug
enhancement