Skip to content

Commit

Permalink
test: update archive test
Browse files Browse the repository at this point in the history
  • Loading branch information
sokovninn committed Oct 10, 2024
1 parent 5ad8541 commit 83d78f5
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions tests/configs/archive_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,30 @@ model:
- name: EfficientBBoxHead
inputs:
- EfficientRep
params:
export_output_names: [bbox0, bbox1, bbox2]

- name: EfficientKeypointBBoxHead
inputs:
- EfficientRep
params:
export_output_names: [effkpt0, effkpt1, effkpt2]

- name: SegmentationHead
inputs:
- EfficientRep
params:
export_output_names: [seg0, seg1]

- name: BiSeNetHead
inputs:
- EfficientRep
params:
export_output_names: [impl]

- name: ClassificationHead
inputs:
- EfficientRep

exporter:
output_names:
- seg0
- class0
- bbox0
- bbox1
- bbox2
- effkpt0
- effkpt1
- effkpt2
- impl
- seg1
params:
export_output_names: [class0]

0 comments on commit 83d78f5

Please sign in to comment.