[CPU] CTCLoss sporadic issue. (#2934)

* [CPU] CTCLoss sporadic issue.

* [Tests] Enable CTCLoss tests.
This commit is contained in:
Nikolay Shchegolev
2020-11-04 21:16:53 +03:00
committed by GitHub
parent fbae10a235
commit d3ecfe56d4
2 changed files with 5 additions and 4 deletions

View File

@@ -53,7 +53,5 @@ std::vector<std::string> disabledTestPatterns() {
// TODO: Issue: 38841
R"(.*TopKLayerTest.*k=10.*mode=min.*sort=index.*)",
R"(.*TopKLayerTest.*k=5.*sort=(none|index).*)",
// TODO: Issue: 41694
R"(.*smoke_Set2.*CTCLossLayerTest.*)",
};
}