Peter Rowlands (변기호)
Peter Rowlands (변기호)
Because of this weirdness, simplified best-practice for handling git refs in a cross-platform project is to just always use lowercase for branch/tag names. However, since GTO tags can include actual...
This is expected behavior. `dvc exp run` runs the experiment using the state of your current workspace. If you have a modified DVC dependency (in this case the empty file),...
We can clarify that in the docs, but that really means "git-ignored files which are also not tracked by DVC" (since all DVC tracked files are git-ignored) If you had...
The distinction is that DVC runs the `dvc commit` internally, so `file.txt.dvc` is modified, and the temp workspace will contain the modified `file.txt.dvc`. Inside the temp workspace, the `dvc checkout`...
Are you referring to file arguments passed to commands in your `dvc.yaml` stages? Using `exp run --queue` or `exp run --temp` runs your experiment in a temporary directory separate from...
submodules arent currently supported (https://github.com/iterative/dvc/issues/7186, https://github.com/iterative/dvc/issues/5855) but you should be able to use `-C/--copy-paths` to copy the specify files you need into the tempdir
> btw., what happens if two people name the experiment the same way simultaneously This is the same as if two people that clone a git repo create identically named...
Requested full logs in discord (context: https://discord.com/channels/485586884165107732/563406153334128681/1190315522462580826)
One thing to note would be that when pylivemaker is installed you can just use it as a library, so any scripts and utilties you need for translator++ purposes can...
Thanks again for this PR. I'm closing this for now as it's not something I have the time to maintain in pylm, and since it seems like this can be...