Skip to main content

load_weights

Function load_weights 

Source
pub fn load_weights<R: Read>(
    reader: &mut R,
) -> Result<HashMap<u8, FeedForwardNet>, String>
Expand description

Load ANI model weights from a binary reader.