Skip to content

Latest commit

 

History

History

segformer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Segformer Demo

How to run demo

  • Use the following command to run the Segformer Encoder model (Classification):

    pytest tests/ttnn/integration_tests/segformer/test_segformer_encoder.py
  • Use the following command to run the Segformer Decoder module model:

    pytest tests/ttnn/integration_tests/segformer/test_segformer_decode_head.py
  • Use the following command to run the Segformer full model (Segmentation):

    pytest tests/ttnn/integration_tests/segformer/test_segformer_for_semantic_segmentation.py