Skip to main content

sgd_state_from_map

Function sgd_state_from_map 

Source
pub fn sgd_state_from_map(map: &HashMap<String, Tensor>) -> HashMap<u64, Tensor>
Expand description

Restore SGD velocity buffers from a string-keyed map.