oawiles / X2Face

Pytorch code for ECCV 2018 paper
MIT License
246 stars 58 forks source link

Same torch version and requirement packages but different results on demo notebooks #32

Closed FreedomGu closed 4 years ago

FreedomGu commented 4 years ago

Hi, I tried two python2 and python3 branch. My python3 is 3.7.3, torch =0.4.1,cuda=9.2, torchvision=0.2.1 Python2: python2.7, torch=0.4.1, cuda=9.2 ,torchvision=0.2.1

all the result I got, is the same but different from the demo notebooks, could you help me what is going on about the version or code issues? image

FreedomGu commented 4 years ago

works for me to change the default torch setting , referring torch difference default between torch>0.4.0 & torch<0.4.0