且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将列表数组转换为Keras输入

更新时间:2023-08-26 20:27:46

如果您遇到这种情况,可以使用以下方法更正阵列:

If you find yourself in this situation, you can correct your array(s) with the following:

new_array = np.array(list(x for x in old_array))