oawiles / X2Face

Pytorch code for ECCV 2018 paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

FreedomGu opened this issue · comments

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

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