Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Feb 19, 2024
1 parent cda9c78 commit 9f8c9b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/recognition/swin_transformer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,8 @@ mod test {
Ok(())
}

#[test]
// skip this test for now
// #[test]
fn test_swin_encoder() -> Result<()> {
let device = Device::Cpu;
let vb = VarBuilderArgs::zeros(DType::F32, &device);
Expand Down

0 comments on commit 9f8c9b1

Please sign in to comment.