如何使用 github lfs 上传 .data-00000-of-00001?

How to upload a .data-00000-of-00001 using github lfs?

我想将我的 tensorflow 保存文件上传到 github。但是 .datadata-00000-of-00001 文件几乎是 55 MB,而 github 只允许 25 MB 的大小。我尝试使用 git lfs。但是我不明白这个命令要给出什么。:

git lfs track "*.psd"

我是否将 .data-00000-of-00001 作为文件扩展名?但它不是 git 存储库。我对此很陌生。谁能告诉我如何将其上传到我的 github 存储库?

仅当通过浏览器上传时,GitHub 上传限制为 25 MB。如果您使用 git 推送到您的存储库(通过命令行或 git 客户端),you can upload files upto 100 MB in size.