Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
shurale-nkn committed Nov 7, 2023
1 parent ef84a11 commit ec77201
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/rnn_seq_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>{
rnnDesc, input, output, dy, hx, cx, dhy, dcy, weights, nohx, nocx, nohy, nocy});

Expand Down

0 comments on commit ec77201

Please sign in to comment.