From ec77201942c92b50fcf9613045f45c8f1c21422c Mon Sep 17 00:00:00 2001 From: Shurale-nkn Date: Tue, 7 Nov 2023 17:32:32 +0100 Subject: [PATCH] tidy --- test/rnn_seq_api.hpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/rnn_seq_api.hpp b/test/rnn_seq_api.hpp index 53c40709cc..1186ae7856 100644 --- a/test/rnn_seq_api.hpp +++ b/test/rnn_seq_api.hpp @@ -1647,16 +1647,6 @@ struct rnn_seq_api_test_driver : test_driver fill_buffers(input, dy, hx, cx, dhy, dcy, weights); - // avoid BWD unexpected fails - if(inVecLen == 1) - { - tolerance = 80; - } - else - { - tolerance = 80; - } - auto fwdTrain = verify(verify_train_rnn{ rnnDesc, input, output, dy, hx, cx, dhy, dcy, weights, nohx, nocx, nohy, nocy});