show_progress

Function show_progress 

Source
pub fn show_progress<T, V>(
    config: &CommonConfig,
    sgd: &SGD<T>,
    update_interval: Duration,
)
where T: Trainer<InputVocab = V>, V: Vocab,