forked from mindspore-Ecosystem/mindspore
!1453 Raise mse threshold in RandomCropDecodeResizeOp
Merge pull request !1453 from Alexey_Shevlyakov/fix_random_crop_decode_resize_ut
This commit is contained in:
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…
Reference in New Issue