Skip to content

Commit 5f35374

Browse files
committed
Tighten pass/fail thresholds for frame stacking test.
Signed-off-by: Fejgin, Roy <rfejgin@nvidia.com>
1 parent 00e81bc commit 5f35374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/functional_tests/L2_TTS_InferEvaluate_Magpietts_FrameStacking.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ TORCH_FORCE_NO_WEIGHTS_ONLY_LOAD=1 coverage run -a --data-file=/workspace/.cover
2929
--apply_attention_prior \
3030
--run_evaluation \
3131
--clean_up_disk \
32-
--cer_target 0.2 \
33-
--ssim_target 0.5 \
32+
--cer_target 0.1 \
33+
--ssim_target 0.6 \
3434
--use_local_transformer \
3535
--longform_mode never

0 commit comments

Comments
 (0)