You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: