zkonduit / ezkl

ezkl is an engine for doing inference for deep learning models and other computational graphs in a zk-snark (ZKML). Use it from Python, Javascript, or the command line.

Home Page:https://docs.ezkl.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Downsampling Operation

agxmbhir opened this issue · comments

Hello,

I am trying to setup a Resnet using ezkl, the setup ran for around an hour to end with an error in the circuit synthesis.

Here's the notebook.
https://colab.research.google.com/drive/17DUw_Dc_z2kC-xtvUFzdHD96GG9ZoAO_?usp=sharing

I am assuming the setup failed because of the missing downsampling operation.

Please add the downsampling operation.