balthazarneveu / blind-deblurring-from-synthetic-data

MVA ENS Paris Saclay - Image restoration project on deblurring learnt on deadleaves
3 stars 0 forks source link

1 setup #7

Closed balthazarneveu closed 6 months ago

balthazarneveu commented 6 months ago

Todo list (to be tested):

and then let's go! :rocket:

Jamy-L commented 6 months ago

Everything work great on my side ! I only have an issue with kaggle, because the cloning of the repo fails. The notebook uploaded has the seetings:

exp = [1000]
branch = '1-setup'
git_user = 'balthazarneveu'
git_repo = 'blind-deblurring-from-synthetic-data'
wandb_flag = True
output_dir = 'scripts/__output'
dataset_files = None
train_script = 'scripts/train.py'

But the hostname can mysteriously not be resolved on kaggle's side

/root
Cloning into 'blind-deblurring-from-synthetic-data'...
fatal: unable to access 'https://github.com/balthazarneveu/blind-deblurring-from-synthetic-data/': Could not resolve host: github.com
[Errno 2] No such file or directory: 'blind-deblurring-from-synthetic-data'
/root
fatal: not a git repository (or any of the parent directories): .git
Obtaining file:///root
ERROR: file:///root does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

Also worth mentioning that git >= 2.2 is required to use git branch --show-current.

balthazarneveu commented 6 months ago

@Jamy-L