Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature 4 kimchi #11

Merged
merged 18 commits into from
Dec 3, 2024
Merged

Feature 4 kimchi #11

merged 18 commits into from
Dec 3, 2024

Conversation

sshivaditya2019
Copy link
Collaborator

@sshivaditya2019 sshivaditya2019 commented Dec 2, 2024

Fixes #6

  • Added Prover Verifier System
  • Unit Tests for Wire and Proof

let run_args = RunArgs { variables };

// Create visibility settings
let visibility = VarVisibility {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can parameterize this option when we implement CLI.

};

// Load the MNIST model
println!("Loading MNIST model...");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can use the logger for it.

}
}

#[cfg(test)]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we separate the test code to another file?
Do you have any intension for this test code location?

@chris-chris chris-chris merged commit 620c5b7 into main Dec 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inference the simple perceptron onnx model
3 participants