dvc push,更改远程存储上的文件名

dvc push, change the names of files on the remote storage

我正在使用 DVC(数据版本控制)开发一个项目,当我将文件推送到远程存储时,文件的名称发生了变化。我如何保存名称?

简答:没有办法做到这一点。

长答案: Dvc remote 是基于内容的存储,因此不保留名称。 Dvc 在您的工作区中创建包含名称的图元文件(*.dvc 文件),这些文件通常由 git 跟踪,因此您需要同时使用 git remote 和 dvc remote 以获得文件名及其内容.这里对本地和远程存储的格式有更详细的解释https://dvc.org/doc/user-guide/project-structure/internal-files#structure-of-the-cache-directory . Also, checkout https://dvc.org/doc/use-cases/sharing-data-and-model-files