SKTBrain / DiscoGAN

Official implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
773 stars 170 forks source link

import error #12

Open khryang opened 7 years ago

khryang commented 7 years ago

when I run 'image_translation.py' that import error occurred

python ./discogan/image_translation.py --task_name='celebA' --style_A='Blond_Hair' --style_B='Black_Hair' --constarint='Male'

Traceback (most recent call last): File "./discogan/image_translation.py", line 9, in from dataset import * File "/home/khryang/Documents/DiscoGAN-master/discogan/dataset.py", line 2, in import cv2 ImportError: /home/khryang/.local/lib/python2.7/site-packages/torch/lib/libgomp.so.1: version `GOMP_4.0' not found (required by /usr/lib/x86_64-linux-gnu/libsoxr.so.0)

Is there any problem with my python or pythorch? please let me thank you for any help!