Remove some extra whitelines. (#2513)

This commit is contained in:
Laurent Mazare
2024-09-28 14:41:28 +02:00
committed by GitHub
parent 2c25754281
commit 62525e8352
3 changed files with 0 additions and 27 deletions

View File

@ -495,7 +495,6 @@ fn fastvit_model(cfg: &Config, nclasses: Option<usize>, vb: VarBuilder) -> Resul
.apply(&stage3)?
.apply(&stage4)?
.apply(&final_conv)?;
match &cls {
None => Ok(xs),
Some(cls) => xs.mean(D::Minus2)?.mean(D::Minus1)?.apply(cls),