anhttran / extreme_3d_faces

Extreme 3D Face Reconstruction: Looking Past Occlusions
Other
785 stars 184 forks source link

AttributeError: 'BatchNorm2d' object has no attribute 'track_running_stats' occured ?? When I installed torch==1.40 and torchvision==0.5.0 #46

Closed heruiyuan closed 3 years ago

heruiyuan commented 3 years ago

What its pytorch version? I have some issues about the pytorch version of AttributeError: 'BatchNorm2d' object has no attribute 'track_running_stats'

anhttran commented 3 years ago

It uses Pytorch 0.3. You can check the Dockerfile to see the required libraries.

heruiyuan commented 3 years ago

Wa~ I just open and see it!Thank You!