chris-chris / mina-zkml

1 stars 0 forks source link

Inference the simple perceptron onnx model #6

Open chris-chris opened 1 week ago

chris-chris commented 1 week ago

Goal

Reference Code

Description

implement save & load function to save & load compiled model.

Task Process

  1. Open PR for the issue and create branch.
  2. Write down technical specification to accomplish the task.
  3. Comment down your estimated hours to complete the task.
  4. I'll comment the estimated hours as well
  5. Start the task
  6. Track your time consumption while working
  7. Comment out your actual time consumed to complete the task
sshivaditya2019 commented 1 day ago

Objectives

Key Components

Tensor Operations Extension

The following operations need Kimchi circuit implementations:

Datum Types

New tensor datum types to be supported:

SupportedOps Extension

Extend the existing SupportedOps enum with:

Circuit Integration

Core Kimchi integration components:

Implementation Steps

1. Core Circuit Infrastructure

2. Tensor Operations

3. Type System Extension

4. SupportedOps Implementation

5. Error Handling

Testing Strategy

Unit Tests

Integration Tests

Time Estimate

Development Process

Testing

Total Project Time Estimate: 110 hours