deep-floyd / IF

Other
7.68k stars 497 forks source link

Unreadable notebook #29

Closed IceTea42 closed 1 year ago

IceTea42 commented 1 year ago

When I tried to open and try the notebook (via jupyter notebook) I've got the following error message:

Error loading notebook
Unreadable Notebook: /home/ogem/codes/public/2023/IF/notebooks/pipes-DeepFloyd-IF.ipynb NotJSONError("Notebook does not appear to be JSON: 'version https://git-lfs.github.com/spec...")

Is there a json syntax error? Or maybe there is another way to open and use the notebook?

pixelkaiser commented 1 year ago

The notebook is hosted in lfs and the quota is depleted. Do

git lfs pull

And you will get:

batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.
error: failed to fetch some objects from 'https://github.com/deep-floyd/IF.git/info/lfs'
IceTea42 commented 1 year ago

@pixelkaiser you are right and thanks for the response. I'll keep the issue open - maybe they find a way to make the notebook available

shonenkov commented 1 year ago

thank you - going to fix this

shonenkov commented 1 year ago

I moved notebook from github LFS to HF:

notebook is available here: https://huggingface.co/DeepFloyd/IF-I-XL-v1.0/tree/main/notebooks

IceTea42 commented 1 year ago

Thanks