!1453 Raise mse threshold in RandomCropDecodeResizeOp

Merge pull request !1453 from Alexey_Shevlyakov/fix_random_crop_decode_resize_ut
pull/1453/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit e311473401

@ -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:

Loading…
Cancel
Save