Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subevent ML example and documentation for subevents #183

Open
faustus123 opened this issue Jan 3, 2023 · 0 comments
Open

Subevent ML example and documentation for subevents #183

faustus123 opened this issue Jan 3, 2023 · 0 comments

Comments

@faustus123
Copy link
Collaborator

We need another subevent example that demonstrates using ML (e.g. torch) on a GPU. This may be pretty similar to the CUDA example. The example should combine values from at least two different objects obtained from the JEvent and use those as inputs to the AI/ML model. The arrow that actually runs inference on the GPU should bundle up to N sets of inputs (grabbing what's available on the queue) in order to optimize throughput. This is likely to be the mode that will be used so it should be in the example.

Much more detailed documentation is needed for designing arrow topologies to handle subevents. The existing examples, while brief, are a bit complex by nature and have virtually no comments. Adding an "Advanced Topics" section to the Tutorial website that describes arrow topologies would be helpful as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant