-
-
Notifications
You must be signed in to change notification settings - Fork 963
Closed
Labels
Description
my GitPython==3.1.3,my error below,how can i solve the issus?please help me,thank you!
File "tools/run.py", line 88, in
run()
File "tools/run.py", line 75, in run
trainer.load()
File "/data/home/share1/pythia/pythia/trainers/base_trainer.py", line 49, in load
self.load_extras()
File "/data/home/share1/pythia/pythia/trainers/base_trainer.py", line 146, in load_extras
self.checkpoint = Checkpoint(self)
File "/data/home/share1/pythia/pythia/utils/checkpoint.py", line 51, in init
self.repo = git.Repo(self.repo_path)
File "/data/home/share1/36/anaconda3/envs/pythia/lib/python3.6/site-packages/git/repo/base.py", line 181, in init
raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: /data/home/share1/pythia