deep-learning-for-image-processing
deep-learning-for-image-processing copied to clipboard
OSError: [Errno 24] Too many open files
用VOC2012数据集跑mask RCNN的时候报错OSError: [Errno 24] Too many open files
已经解决了,是linux系统限制,ulimit -n 10240就解决了