Skip to main content

Utilities for ML models targeting hardware triggers

Project description

Machine Learning for Hardware Triggers

trigger_model provides a set of utilities for Machine Learning models targeting FPGA deployment. The TriggerModel class conolidates serveral Machine Learning frontends and compiler backends to construct a "trigger model". MLflow utilities are for logging, versioning and loading of trigger models.

Installation

pip install trigger_model
from trigger_model.core import TriggerModel 

trigger_model = TriggerModel(name="my-trigger-model", ml_backend="Keras", compiler="hls4ml", model, compiler_config or None)
trigger_model() #call the constructor

#then:
output_software = trigger_model.software_predict(input_data)
output_firmware = trigger_model.firmware_predict(input_data)
output_qonnx = trigger_model.qonnx_predict(input_data)

#save and load trigger models:
trigger_model.save("trigger_model.tar.xz")

#in a seperate session:
from trigger_model.core import TriggerModel 
trigger_model = TriggerModel.load("trigger_model.tar.xz")

Logging with MLFlow

#logging with MLFlow:
import mlflow
from trigger_model.mlflow_wrapper import log_model

mlflow.set_tracking_uri("https://ngt.cern.ch/models")
experiment_id = mlflow.create_experiment("example-experiment")

with mlflow.start_run(run_name="trial-v1", experiment_id=experiment_id):
    log_model(trigger_model, registered_model_name="TriggerModel")

Note:

This package doesn't install dependencies so it won't disrupt specific training environments or custom compilers. For a reference environment, see environment.yml.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trigger_model-0.1.2.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

trigger_model-0.1.2-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file trigger_model-0.1.2.tar.gz.

File metadata

  • Download URL: trigger_model-0.1.2.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for trigger_model-0.1.2.tar.gz
Algorithm Hash digest
SHA256 7ce0b97309ac0aa4e19ca968cc233ca67cd11450fd4663c09de5d98c4268e60c
MD5 e4cda04295d3c721f72d7aca65f79aef
BLAKE2b-256 d626b8d63cb126f97b61ffc5b9db9f40173fb5ec660617ed7b82fdaeed6db660

See more details on using hashes here.

File details

Details for the file trigger_model-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: trigger_model-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for trigger_model-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ae5df07caba7633a988c7fb980e39444660d9ad37d2c6d8ac7756153b8dec5a3
MD5 645c08864f495a30737a3cd0080825ee
BLAKE2b-256 bee99d6e40f76599b0b62bbf979973802607b7c2c089742c6f9f70e696065d7e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page