ocr/handwriting_line_recognition.py [280:288]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    dataloader: gluon.data.DataLoader
        The train or testing dataloader that is wrapped around the iam_dataset
    
    log_dir: Str
        The directory to store the log files for mxboard
    print_name: Str
        Name to print for associating with the data. usually this will be "train" and "test"
    
    is_train: bool
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ocr/word_and_line_segmentation.py [421:430]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    dataloader: gluon.data.DataLoader
        The train or testing dataloader that is wrapped around the iam_dataset
    
    log_dir: Str
        The directory to store the log files for mxboard

    print_name: Str
        Name to print for associating with the data. usually this will be "train" and "test"
    
    is_train: bool
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



