将一系列对象转换为Python中的向量
我有一个数组,其中数组为长度为n,并且数组中对象的尺寸为(1,2048,7,7)。我想将这些对象数组转换为维数的向量(n,2048,7,7)。我该怎么做?
I have an array of objects where the array is of length N and the dimension of the object in the array is (1,2048,7,7). I want to convert this array of objects into a vector of dimension (N,2048,7,7). How do I go about this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论