yang-song / score_sde_pytorch

PyTorch implementation for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
https://arxiv.org/abs/2011.13456
Apache License 2.0
1.58k stars 295 forks source link

Segmentation fault (core dumped) #58

Open truemanstock opened 2 months ago

truemanstock commented 2 months ago

jwshi@mathxy1:~/Desktop/last_exp/score_sde_pytorch-main$ python main.py --config /home/jwshi/Desktop/last_exp/score_sde_pytorch-main/configs/ve/cifar10_ncsnpp.py --mode eval --workdir /home/jwshi/Desktop/last_exp/score_sde_pytorch-main/work 2024-04-18 11:54:36.411638: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudart.so.11.0 WARNING:tensorflow:From /home/jwshi/anaconda3/envs/sgm2/lib/python3.7/site-packages/tensorflow_gan/python/estimator/tpu_gan_estimator.py:42: The name tf.estimator.tpu.TPUEstimator is deprecated. Please use tf.compat.v1.estimator.tpu.TPUEstimator instead. Segmentation fault (core dumped)

我已经按照前面的牛贴删除了cache中的cpp_extension的lock但是仍然出现了一个Segmentation fault (core dumped)的奇怪错误。