autonomousvision / giraffe

This repository contains the code for the CVPR 2021 paper "GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields"
https://m-niemeyer.github.io/project-pages/giraffe/index.html
MIT License
1.23k stars 160 forks source link

some error about the Training process #17

Closed diaodeyi closed 3 years ago

diaodeyi commented 3 years ago

Hi , Thanks for your great work, i run the train.py , and after few iteration , the program broke down: urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>

diaodeyi commented 3 years ago

I guess the weight URL in the FID can't be download normally : FID_WEIGHTS_URL = 'https://github.com/mseitzer/pytorch-fid/releases/download/fid_weights/pt_inception-2015-12-05-6726825d.pth'