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