Skip to main content

save_weights

Function save_weights 

Source
pub fn save_weights<W: Write>(
    writer: &mut W,
    models: &HashMap<u8, FeedForwardNet>,
) -> Result<(), String>
Expand description

Save ANI model weights to a binary writer.