This commit is contained in:
Alexey Shevlyakov 2020-05-25 14:56:58 -04:00
parent aeb4c52f2d
commit 7a807cbff9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ using namespace mindspore::dataset;
using mindspore::LogStream;
using mindspore::ExceptionType::NoExceptionType;
using mindspore::MsLogLevel::INFO;
constexpr double kMseThreshold = 2.0;
constexpr double kMseThreshold = 2.5;
class MindDataTestRandomCropDecodeResizeOp : public UT::CVOP::CVOpCommon {
public: