We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559e029 commit ff0e87aCopy full SHA for ff0e87a
1 file changed
crates/airml-preprocess/src/image.rs
@@ -76,6 +76,7 @@ impl ImagePreprocessor {
76
77
/// Create a preprocessor with CLIP normalization settings
78
/// Input: 224x224, RGB, normalized with CLIP mean/std
79
+ #[allow(clippy::excessive_precision)]
80
pub fn clip() -> Self {
81
Self {
82
width: 224,
0 commit comments