当前位置:网站首页>MindSpore官方RandomChoiceWithMask算子用例报错
MindSpore官方RandomChoiceWithMask算子用例报错
2022-08-10 03:28:00 【小乐快乐】
mindspore.ops 算子 RandomChoiceWithMask
rnd_choice_mask = ops.RandomChoiceWithMask() input_x = Tensor(np.ones(shape=[240000, 4]).astype(np.bool)) output_y, output_mask = rnd_choice_mask(input_x) result = output_y.shape print(result)
【日志信息】(可选,上传日志内容或者附件)
Traceback (most recent call last):
File "E:/Mindspore1.1/mindspore/model_zoo/official/cv/faster_rcnn/test.py", line 21, in <module>
output_y, output_mask = rnd_choice_mask(input_x)
File "F:\py375\lib\site-packages\mindspore\ops\primitive.py", line 247, in __call__
return _run_op(self, self.name, args)
File "F:\py375\lib\site-packages\mindspore\common\api.py", line 77, in wrapper
results = fn(*arg, **kwargs)
File "F:\py375\lib\site-packages\mindspore\ops\primitive.py", line 682, in _run_op
output = real_run_op(obj, op_name, args)
RuntimeError: mindspore\ccsrc\runtime\device\cpu\cpu_kernel_runtime.cc:469 Run] mindspore/core/utils/convert_utils_base.h:28 SizeToInt] The size_t value(3499211612) exceeds the maximum value of int.
#
Trace:
#
WARNING: Logging before InitGoogleLogging() is written to STDERR
[EXCEPTION] PRE_ACT(60896,3,?):2021-10-14 16:18:30 [mindspore/core/utils/convert_utils_base.h:28] SizeToInt] The size_t value(3499211612) exceeds the maximum value of int.
[EXCEPTION] DEVICE(60896,3,?):2021-10-14 16:18:30 [mindspore\ccsrc\runtime\device\cpu\cpu_kernel_runtime.cc:469] Run] mindspore/core/utils/convert_utils_base.h:28 SizeToInt] The size_t value(3499211612) exceeds the maximum value of int.
#
Trace:
[WARNING] PIPELINE(60896,1,?):2021-10-14 16:18:30 [mindspore\ccsrc\pipeline\jit\init.cc:310] operator()] Start releasing dataset handles...
[WARNING] PIPELINE(60896,1,?):2021-10-14 16:18:30 [mindspore\ccsrc\pipeline\jit\init.cc:313] operator()] End release dataset handles.
https://gitee.com/mindspore/mindspore/pulls/24880
https://gitee.com/mindspore/mindspore/pulls/24881
更正:该问题的修复pr链接如上,合入时间为10月15日。
边栏推荐
猜你喜欢
随机推荐
cuda——nms
Difference between netstat and ss command
线程执行测试效果
Jackson的ObjectMapper在项目中的主要运用
TCP协议之《ACK状态4种详解》
TCP协议之《ACK报文限速》
@Autowired注解 --required a single bean, but 2 were found出现的原因以及解决方法
How to quickly become a software test engineer?What skills do testers need for a monthly salary of 15k?
盘式导电滑环的优点和缺点
Recommend several easy-to-use MySQL open source clients, it is recommended to collect
day17正则表达式作业
Flink学习15:Flink自定义数据源
charles的功能操作
轻流CEO薄智元:从无代码到无边界
软件的生命周期(软件工程各阶段的工作)
goland控制台显示重叠问题解决方案
【Verilog数字系统设计(夏雨闻)6-------模块的结构、数据类型、变量和基本运算符号2】
leetcode-218.天际线问题
socket编程基础
【IO复用】poll