ALAE icon indicating copy to clipboard operation
ALAE copied to clipboard

Exception: process 0 terminated with signal SIGABRT

Open zhang-zx opened this issue 4 years ago • 4 comments

I used pip install dareblopy to reinstall dareblopy. However, after reinstallment, the problem still exists, and I make sure the path to tfrecords I created by python dataset_preparation/prepare_celeba_hq_tfrecords.py is correct.

zhang-zx avatar May 08 '20 07:05 zhang-zx

Hi, same problem here. Thanks in advance for your help!

tousse-ensemble avatar May 17 '20 19:05 tousse-ensemble

I used pip install dareblopy to reinstall dareblopy. However, after reinstallment, the problem still exists, and I make sure the path to tfrecords I created by python dataset_preparation/prepare_celeba_hq_tfrecords.py is correct.

so did you solve this issue?

jolt2017 avatar Jun 24 '20 01:06 jolt2017

From my side I want to add that this exception often shows up if the dataset has not been prepared properly, that is, errors in the tfrecords. Some datset preparation scripts (e.g. split_tfrecords_ffhq.py) have hardcoded values for dataset size and splits which don't work if you use slightly different versions. As such you need to be careful on your setup, config values and scripts used.

5agado avatar Jun 26 '20 11:06 5agado

Thanks for your answer. I also found the this question is caused by dataset . I run prepare_celeba_hq_tfrecords.py ,but it dosent work. so if i want to train the model with the size of 1024x1024, which dataset prepara scripts i should run at first?

jolt2017 avatar Jun 28 '20 08:06 jolt2017