执行resnet50.py出错
Created by: zjc5477
python tutorials/train/classification/resnet50.py 2020-06-10 11:14:27 [INFO] Decompressing ./vegetables_cls.tar.gz... 2020-06-10 11:14:27 [INFO] Starting to read file list from dataset... 2020-06-10 11:14:27 [INFO] 840 samples in file vegetables_cls/train_list.txt 2020-06-10 11:14:27 [INFO] Starting to read file list from dataset... 2020-06-10 11:14:27 [INFO] 240 samples in file vegetables_cls/val_list.txt W0610 11:14:29.627683 4592 device_context.cc:237] Please NOTE: device: 0, CUDA Capability: 61, Driver API Version: 10.1, Runtime API Version: 10.0 W0610 11:14:29.630448 4592 device_context.cc:245] device: 0, cuDNN Version: 7.6. 2020-06-10 11:14:30 [INFO] Load pretrain weights from output/resnet50/pretrain/ResNet50. 2020-06-10 11:14:30 [WARNING] [SKIP] Shape of pretrained weight output/resnet50/pretrain/ResNet50/fc_0.w_0 doesn't match.(Pretrained: (2048, 1000), Actual: (2048, 6)) 2020-06-10 11:14:30 [WARNING] [SKIP] Shape of pretrained weight output/resnet50/pretrain/ResNet50/fc_0.b_0 doesn't match.(Pretrained: (1000,), Actual: (6,)) 2020-06-10 11:14:30,463-WARNING: output/resnet50/pretrain/ResNet50.pdparams not found, try to load model file saved with [ save_params, save_persistables, save_vars ] 2020-06-10 11:14:30,463-WARNING: output/resnet50/pretrain/ResNet50.pdparams not found, try to load model file saved with [ save_params, save_persistables, save_vars ] 2020-06-10 11:14:30 [INFO] There are 265 varaibles in output/resnet50/pretrain/ResNet50 are loaded. I0610 11:14:46.227094 4592 parallel_executor.cc:440] The Program will be executed on CUDA using ParallelExecutor, 1 cards are used, so 1 programs are executed in parallel. I0610 11:14:46.261431 4592 build_strategy.cc:365] SeqOnlyAllReduceOps:0, num_trainers:1 I0610 11:14:46.331351 4592 parallel_executor.cc:307] Inplace strategy is enabled, when build_strategy.enable_inplace = True I0610 11:14:46.360970 4592 parallel_executor.cc:375] Garbage collection strategy is enabled, when FLAGS_eager_delete_tensor_gb = 0
* Error in `python': double free or corruption (!prev): 0x0000000001311660 *
W0610 11:14:47.626109 10483 init.cc:209] Warning: PaddlePaddle catches a failure signal, it may not work properly W0610 11:14:47.626158 10483 init.cc:211] You could check whether you killed PaddlePaddle thread/process accidentally or report the case to PaddlePaddle W0610 11:14:47.626163 10483 init.cc:214] The detail failure signal is:W0610 11:14:47.626169 10483 init.cc:217] *** Aborted at 1591758887 (unix time) try "date -d @1591758887" if you are using GNU date *** W0610 11:14:47.627741 10483 init.cc:217] PC: @ 0x0 (unknown) W0610 11:14:47.628168 10483 init.cc:217] *** SIGABRT (@0x3e8000028f1) received by PID 10481 (TID 0x7fca13278700) from PID 10481; stack trace: ***
* Error in `python': double free or corruption (!prev): 0x0000000001311660 *
W0610 11:14:47.653316 10488 init.cc:209] Warning: PaddlePaddle catches a failure signal, it may not work properly W0610 11:14:47.653357 10488 init.cc:211] You could check whether you killed PaddlePaddle thread/process accidentally or report the case to PaddlePaddle W0610 11:14:47.653362 10488 init.cc:214] The detail failure signal is:W0610 11:14:47.653367 10488 init.cc:217] *** Aborted at 1591758887 (unix time) try "date -d @1591758887" if you are using GNU date ***