Skip to content

Commit

Permalink
Fix Typo (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jw1912 authored Dec 24, 2024
1 parent 00db61c commit 24d1ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trainer/default/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ impl<T: InputType, U: OutputBuckets<T::RequiredDataType>, O: OptimiserType> Trai
self
}

pub fn disallow_tranpose_in_quantised_network(mut self) -> Self {
pub fn disallow_transpose_in_quantised_network(mut self) -> Self {
self.allow_transpose = false;
self
}
Expand Down

0 comments on commit 24d1ae5

Please sign in to comment.