-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Base1xModel: Allow custom models to be passed
This is intended for simple implementations by users that simply point to a model in a local directory and runs `apply`. For example: ```py class ExampleModel(Base1xModel): _model_filepath = "_assets/example_model_fp32.onnx" ```
- Loading branch information
1 parent
2c5ff5c
commit 9883c5e
Showing
1 changed file
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters