4 ms·
Hi, looks great! Love the feature of tracking code changes. But how does this work? Does it upload the code to the servers every time I launch a training?
by shackenberg 8y ago
Hi, looks great! Love the feature of tracking code changes. But how does this work? Does it upload the code to the servers every time I launch a training?
- gidim 8y agoIt depends if it's a git project but pretty much yes.
- shackenberg 8y agoSo you would considered the latest committed version as the 'code of the current experiment'? Maybe to rephrase: I start a training with my local code and then I change one variable in the code or comment some processing and start the next training. Would I need to do something for comet to know how the code has changed?
- gidim 8y agoNo. You'll be able to see both runs with the code diffs.