markus93/NN_calibration

Can not download file with git lfs

MarianaAlmeida opened this issue · 2 comments

Hi,

I can not download pickle files from the repo because the bandwidth does not allow.
I would be ok with only one file in the "logits/" folder to try your work out.

I tried doing "git lfs pull --include "logits/probs_resnet110_c10_logits.p" but it did not work either.

What should I do.

Thanks
Mariana

Hey Mariana,

Thanks for the question, there is also an alternative way of downloading the logits from Google Drive https://drive.google.com/drive/folders/1e1ai-bKb7LukKShqpn3S_gYXJGzhUYgm?usp=sharing.

When cloning the repository, one can get the follow error:

This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

If you still want to obtain the LSF files (e.g., the model weights), you can follow these steps:

  1. Fork the repo to one of your users
  2. Go to repo settings
  3. Find "Include Git LFS objects in archives" under the Archives section and check it
  4. Go to the Danger Zone section, select "Archive this repository"
  5. Confirm and authorize.
  6. Return to the archived repository.
  7. Download as .zip
  8. Download will pause for a minute or so before it starts downloading lfs objects. Wait and it should continue.

From: nabla-c0d3/nassl#17 (comment)