Dod-o / Statistical-Learning-Method_Code

手写实现李航《统计学习方法》书中全部算法

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large file management recommendation

daviddwlee84 opened this issue · comments

I found that you said the MNIST dataset was exceeded the maximum storage of the Github limitation.
Maybe you can try to use git-lfs to manage that file then you won't need to keep the file in the different place!

commented

I found that you said the MNIST dataset was exceeded the maximum storage of the Github limitation.
Maybe you can try to use git-lfs to manage that file then you won't need to keep the file in the different place!

I actually tried,but when I clone it I only got 1kb of dataset.
I will try again, thank you.

Maybe use git lfs pull to fetch lfs files. (reference)
And it said that

Git will only fetch LFS files that match patterns in your .gitattributes

Maybe another reason is that the file doesn't list in .gitattributes. Good luck :)

commented

I was going to try it today, but I suddenly felt that if the dataSet was too large, it maybe very inconvenient to clone.
So I think it's better to maintain the data size, don't you think?
Best wishes