zkml icon indicating copy to clipboard operation
zkml copied to clipboard

Results 7 zkml issues
Sort by recently updated
recently updated
newest added

This PR uses extra columns to hold the witnesses in the first phase to generate a commitment. This commitment can be used for randomness generation and the rest of the...

Converts an onnx model into the .msgpack. Current functionality: converts a simple mnist onnx model. To run: - `cargo build --release` - `./target/release/time_circuit python/onnx_converter/first_transformed_onnx.msgpack examples/mnist/inp.msgpack kzg`

The tflite converter is currently not documented. We need to: - Document the tflite converter - Write an API for both model and input conversion

enhancement

Use a proper logging framework and convert the print statements to logging statements: - Information about the layers should be debug - Information about timing should be info

enhancement

Added some boilerplate for testing correctness of functions -- adds the boilerplate for creating new circuits.

Hey @ddkang! I was looking for your **Regulus** project, but it seems the repo is no longer available at `ddkang/unicode`. Was it deleted? I remember bookmarking it and loving the...