acts
acts copied to clipboard
ci: test exatrkx training ci
very experimental, all other CIs disabled to save capacity on CI machines
@paulgessinger @asalzburger I now got a first version of a Exa.TrkX training CI working. However, I think there is still some things to decide how to do this exactely:
- Include the training code in the
acts-project/actsrepository- Advantage: Simple, CI always in a controlled state
- Disadvantage: Code not really related to acts code, changes need PRs to repo
- Create another repo under
acts-projectand pull this in at CI time- Advantage: Separate independent code, more easy to modify
- Disadvantage: Need to have some kind of versioning there
- Create another repo under
acts-projectand run the training CI completely there- Advantage: None of the above mentioned disadvantages
- Disadvantage: How to test the full chain training -> inference in acts (need e.g. specify acts version to build, then changes in acts main branch are not automatically checked)
- Maybe some option I do not think of...
These are just some thoughts I have regarding this... Not sure wether to discuss this here in the PR or maybe at the developers meeting today?
This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs.