Commit bd918b09 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

fix a test example.

parent 71273501
...@@ -1623,7 +1623,7 @@ TEST_CASE(rnn_reverse) ...@@ -1623,7 +1623,7 @@ TEST_CASE(rnn_reverse)
TEST_CASE(rnn_bidirectional) TEST_CASE(rnn_bidirectional)
{ {
std::size_t batch_size = 2; std::size_t batch_size = 2;
std::size_t seq_len = 1; std::size_t seq_len = 2;
std::size_t hidden_size = 4; std::size_t hidden_size = 4;
std::size_t input_size = 3; std::size_t input_size = 3;
std::size_t num_dirct = 2; std::size_t num_dirct = 2;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment