CHINESE-OCR
CHINESE-OCR copied to clipboard
python3.7+tensorflow1.14 环境运行不通
my environment is python 3.7+tensorflow1.14,I cannot run the code ,it gives an error like this:
2019-08-26 14:45:04.399898: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at mkl_util.h:1026 : Resource exhausted: OOM when allocating tensor with shape[73209600] and type float on /job:localhost/replica:0/task:0/device:CPU:0 by allocator mklcpu Segmentation fault (core dumped)
I'm wondering is the environment satisfied?Thanks!
I used python3.6 and tensorflow 1.14.0. It works!