pykeen / benchmarking

📊 Results from the reproducibility and benchmarking studies presented in "Bringing Light Into the Dark: A Large-scale Evaluation of Knowledge Graph Embedding Models Under a Unified Framework" (http://arxiv.org/abs/2006.13365)
MIT License
35 stars 4 forks source link

Can't clone repository (invalid path) #26

Open nomisto opened 2 years ago

nomisto commented 2 years ago

No pressing issue (I just used one of your releases) but maybe you should know that I hat troubles cloning the repo for some reason:

PS C:\Users\ottsi> git clone https://github.com/pykeen/benchmarking.git
Cloning into 'benchmarking'...
remote: Enumerating objects: 71126, done.
remote: Counting objects: 100% (11741/11741), done.
remote: Compressing objects: 100% (8746/8746), done.
remote: Total 71126 (delta 1534), reused 11657 (delta 1527), pack-reused 59385
Receiving objects: 100% (71126/71126), 662.90 MiB | 13.91 MiB/s, done.
Resolving deltas: 100% (26647/26647), done.
error: invalid path 'ablation/results/transh/fb15k237/random/adam/2020-03-20-17-45_51d23c2f-78fd-4b45-a6bb-83b4f3569677_hpo_transh_fb15k237_owa_mrl./0000_fb15k237_transh/best_pipeline/2021-04-29-22-36-47/all_replicates_losses.tsv'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
mberr commented 1 year ago

Hi @nomisto ,

I remember seeing this error once before on a Windows machine, and I think it was related to overly long paths. Unfortunately, it even occurred after renaming in the repo, although it maybe could be fixed by using shallow clone.

The naming scheme was not optimal in hindsight :sweat_smile: