Hello,
I have questions about the different link types. I’m mainly working on windows at the moment.
- What is the default link type for windows?
- While I am training a new model (takes some time), I want to work on the old model. To do this I added the flag
--outs-persist
for this. Is this a good a idea in general? If I change the link type now to symlink, hardlink will this work as expected? - I also track the training with mlflow. To add the
mlruns
folder as output to the training stage, I again added the--outs-persist
flag. The main reason for this is, that I want to share the mlflow results with others. This works quite well at the moment. What happens if I change the link type now? Will this break something?
Thank you