hysts / pytorch_mpiigaze

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

excuse me,i have a question #31

Closed LiuZiMing000 closed 3 years ago

LiuZiMing000 commented 3 years ago

Hello, my English is not very good, please forgive me. Did your code run successfully? I ran under the win10 system, and the data set was ready and preprocessed, but I still got some error when I ran the train. I don’t know why, it’s very strange.

LiuZiMing000 commented 3 years ago

image image As you can see, this error is displayed here, I feel very clueless, I hope you can give some pointers

hysts commented 3 years ago

@LiuZiMing000

Ah, that error is caused by this code, which prevents to accidentally overwrite an existing experiment directory. If you delete the experiment directory and run it again, it should work.