Fabrianne Effendi
Fabrianne Effendi
## Summary I have implemented a GNN model, quantised using Brevitas, and compiled using 'compile_brevitas_qat_model'. During the compilation, I face the following error: "ValueError: The following ONNX operators are required...
# Zama Grant Program: Application - Library targeted: Concrete ML ## Overview This project is part of my Undergraduate Computer Science Final Year Project - "Privacy-Preserving Graph-Based Machine Learning with...
## Summary Hello, I am trying to create a custom ScatterElements ONNX node in Concrete ML. After the conversion of the graph nodes from ONNX to NumPy, I face the...
### Question I am implementing a GNN model and compiling it using [Concrete ML](https://docs.zama.ai/concrete-ml), in which the underlying is an ONNX conversion using ONNX 1.13.1. However, Concrete ML has yet...