pub fn load_weights<R: Read>( reader: &mut R, ) -> Result<HashMap<u8, FeedForwardNet>, String>
Load ANI model weights from a binary reader.