Found array with dim 4. Estimator expected <= 2.

发布时间:2024-11-23 10:45

足球战术中的4-4-2阵型解析 #生活技巧# #居家生活技巧# #足球#

最新推荐文章于 2023-11-13 00:01:49 发布

打史莱姆的小仙女~ 于 2020-07-08 14:07:33 发布

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

python3: ValueError: Found array with dim 4. Estimator expected <= 2.

原因:维度不匹配。数组维度为4维,现在期望的是 <= 2维

方法:改为二维形式。

本人这里是4维度,我改为个数为两维度,如下处理:

source_x = (source_x.reshape(source_x.shape[0], source_x.shape[1] * source_x.shape[2] * source_x.shape[3])) target_x = (target_x.reshape(target_x.shape[0], target_x.shape[1] * target_x.shape[2] * target_x.shape[3])) 123

网址:Found array with dim 4. Estimator expected <= 2. https://www.yuejiaxmz.com/news/view/209699

相关内容

c语言中的数组大小,该如何表示 : sizeof(array)/sizeof(array[0])
英语作文适应大学生活(精选15篇)
AI in the home 家居生活智能化
周 彤
网购英语作文:online shopping(通用26篇)
Page not found
疫情使人迷恋上了“旧货”生意
绿色生活保护环境的英语作文范文(精选20篇)
Python中的遇到的错误(持续更新)
二手服装市场飞速发展,只是昙花一现?

随便看看