SamsungSAILMontreal / subpruning

Code for "Data-Efficient Structured Pruning via Submodular Optimization" [NeurIPS 2022]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"git lfs fetch --all" error: " Object does not exist on the server".

banianzr opened this issue · comments

Hi, I am very interested in your work. I tried to download the code to reproduce the result of the paper, however, it seems that some files do not exist on the server.
I use `` git lfs fetch --all'' to fetch the large files, but I get the following error:
$ git lfs fetch --all fetch: 19 object(s) found, done. fetch: Fetching all references... [ebf25fdd0f617321d868b7b3f2aea6e6b3dde9c4ef5cd864270d3e6b0db85f3d] Object does not exist on the server: [404] Object does not exist on the server [ba891046e6505d7aadcbbe25680a0738ad16aec93bde7f9b65e87a2fc25776db] Object does not exist on the server: [404] Object does not exist on the server [ae0fb8ee8be88ddd64ef9b4ab233f85f5df0c006763ca455ecde43322625bdaf] Object does not exist on the server: [404] Object does not exist on the server [8973fa854a0d2ff4c131e33ab4c11b8b8ee69f074218bb9e6edc07655e6614a7] Object does not exist on the server: [404] Object does not exist on the server [0f00d98ebfb30b3ec0ad19f9756dc2630b89003e10525f5e148445e82aa6a1f9] Object does not exist on the server: [404] Object does not exist on the server [54636561a3ce25bd3e19253c6b0d8538147b0ae398331ac4a2d86c6d987368cd] Object does not exist on the server: [404] Object does not exist on the server [3f7bb240661948b8f4d53e36ec720d8306f5668bd0071dcb4e6c947f78e9682b] Object does not exist on the server: [404] Object does not exist on the server [d91802434d8376bbaeeadf58a737e3a1b12ac839077e931237e0dcd43adcb154] Object does not exist on the server: [404] Object does not exist on the server [f53d8d457504f7cff4ea9e021afcf0e0ad8e24a91f3fc42091b8adef61157831] Object does not exist on the server: [404] Object does not exist on the server [766b2cef9fbc745cf056b3152224f7cf77163b330ea9a15f9392beb8b89bc5a8] Object does not exist on the server: [404] Object does not exist on the server [a76c0a6e058af01fa2843424eee77e39324decc7fbfd97dc7bb9ba38410dcdc4] Object does not exist on the server: [404] Object does not exist on the server [0fa7898d509279e482958e8ce81c8e77db3f2f8254e26661ceb7762c4d494ce7] Object does not exist on the server: [404] Object does not exist on the server [4bfd97631478d6b638d2764fd2baff3edb1d7d82252d54439343b6596b9b5367] Object does not exist on the server: [404] Object does not exist on the server [5e1e80e145773c6ea30cb93dfc7d23fb87fd4116ff24e6889fdcb96a577190c9] Object does not exist on the server: [404] Object does not exist on the server [c8494d2e13c7da52dfdf78c799b9dd82ae9e89a2618fb866bbd939b635d10683] Object does not exist on the server: [404] Object does not exist on the server [65a50cbbf4e906d70832878ad85ccda5333a97f0f4c3dd2ef09a8a9eef7101c5] Object does not exist on the server: [404] Object does not exist on the server [ff7bcfd416de33731a308c3f266cc351222c34898ecbeaf847f06e48f7ec33f2] Object does not exist on the server: [404] Object does not exist on the server [f962466ef690d46b226450fb9aadc74ba4bc64a76aa526b5827fe4bc5c7125cb] Object does not exist on the server: [404] Object does not exist on the server [4d1c3fb199d6a183ae03f5162b469d7bc04edf2fad9547bd5f224271d52f98e5] Object does not exist on the server: [404] Object does not exist on the server error: failed to fetch some objects from 'https://github.com/marwash25/subpruning.git/info/lfs'
Could you help me on this problem? Thanks in advance!

Hi, I pushed again these large files, fetching them should work now.
FYI we will be uploading an updated version of both the paper and the code in a couple of weeks, with several new theoretical and empirical results.

Thanks! I've already pull the updated files.