在jupyter notebook中以下代码是什么意思MemoryError Unable to allocate 161 MiB for an array with shape 5263447 4 and data type float64
这意味着在尝试创建一个大小为(5263447, 4)的float64类型的数组时,内存不足,无法分配161MiB的内存。可能需要释放一些内存或增加可用内存。
原文地址: https://www.cveoy.top/t/topic/clnP 著作权归作者所有。请勿转载和采集!