How to Run Inference via the Code¶
Warning
The information below is incomplete and requires extra work. Use it at your own risk!
It is possible to write your own inference code depending on a specific use case. To keep it compatible with the rest of the framework it is crucial to use typed programming, proper device allocation, as well as proper use of data processing tools.
The reader is asked to refer to the code examples under /src/emmi_inference/examples directory.