Skip to content

Commit

Permalink
Remove test artifact (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Lavrenov authored May 22, 2020
1 parent a3d4820 commit fc899e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ class LocaleTests : public ::testing::Test {
} else {
InferenceEngine::NetPass::UnrollRNN_if(net, [] (const RNNCellBase& rnn) -> bool { return true; });
net.serialize("UnrollRNN_if.xml");
EXPECT_EQ(0, std::remove("UnrollRNN_if.xml"));
auto lstmcell_layer = dynamic_pointer_cast<ClampLayer>(net.getLayerByName("LSTMCell:split_clip"));

float ref_coeff = 0.2f;
Expand Down

0 comments on commit fc899e6

Please sign in to comment.