hysts / pytorch_mpiigaze

An unofficial PyTorch implementation of MPIIGaze and MPIIFaceGaze
MIT License
346 stars 85 forks source link

Where is model.pth? #19

Closed KentaroOtomo closed 4 years ago

KentaroOtomo commented 4 years ago

Hi, hysts. In accordance with README.md, I trained ResNet-8 and lenet. But when I run demo.py, [Errno 2] No such file or directory: 'data/models/mpiigaze/resnet_preact/model.pth' message appears. How can I create model.pth?

chrischang5 commented 2 years ago

Hi, @KentaroOtomo what was the fix to this? I am running into the same issue.