File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -541,4 +541,4 @@ mod tests {
541541 String :: from_utf8( decrypted) . unwrap( ) . trim_end_matches( '\0' )
542542 ) ;
543543 }
544- }
544+ }
Original file line number Diff line number Diff line change @@ -347,4 +347,4 @@ mod tests {
347347 let prediction = result. unwrap ( ) ;
348348 assert ! ( prediction == "A" || prediction == "B" ) ;
349349 }
350- }
350+ }
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ mod tests {
3434 0.7752789394328498
3535 ) ;
3636 }
37- }
37+ }
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ pub use self::loss_function::mae_loss;
1919pub use self :: loss_function:: mse_loss;
2020pub use self :: loss_function:: neg_log_likelihood;
2121pub use self :: optimization:: gradient_descent;
22- pub use self :: optimization:: Adam ;
22+ pub use self :: optimization:: Adam ;
You can’t perform that action at this time.
0 commit comments