1 2 3 4 5
"""LSTM with CTC for handwritten text recognition within a line.""" import torch from torch import nn from torch import Tensor