- Feb 17, 2022
-
-
Rasoul Akhavan Mahdavi authored
-
- Feb 10, 2022
-
-
Rasoul Akhavan Mahdavi authored
-
Rasoul Akhavan Mahdavi authored
-
- Oct 23, 2021
-
-
Anwesh Bhattacharya authored
Assuming that pads=[0, 0, 0, 0] in case it is missing from the ONNX model.
-
- Sep 19, 2021
-
-
Anwesh Bhattacharya authored
-
- Sep 08, 2021
- Sep 06, 2021
-
-
Bhatu authored
-
- Sep 03, 2021
-
-
Pratik Bhatu authored
-
Bhatu authored
-
Bhatu authored
-
- Sep 02, 2021
-
-
Bhatu authored
-
- Aug 31, 2021
- Aug 30, 2021
-
-
Bhatu authored
Previosuly we were iterating through the entire program for each identifier's name patching. This was a quadratic algorithm resulting in >30mins compile time for deep networks. Now we just do a linear scan of the program once and patch expressions which need patching. Compile time is reduced to seconds.
-
- Aug 09, 2021
-
-
Pratik Bhatu authored
-
- Aug 04, 2021
-
-
Bhatu authored
-
- Aug 02, 2021
-
-
Pratik Bhatu authored
-
Pratik Bhatu authored
-
Pratik Bhatu authored
-
Pratik Bhatu authored
-
Bhatu authored
-
- Jul 30, 2021
-
-
Bhatu authored
-
- Jul 29, 2021
-
-
Pratik Bhatu authored
Resolving the [ABY] std::bad_alloc() error which was being encountered on running dot_product example
-
Jaskirat Singh authored
Resolving the [ABY] std::bad_alloc() error which was being encountered on running dot_product example
-
- Jul 28, 2021
-
-
Bhatu authored
-
- Jul 27, 2021
-
-
Pratik Bhatu authored
-
Pratik Bhatu authored
-
Bhatu authored
-
- Jun 23, 2021
- Jun 21, 2021
-
-
Bhatu authored
-
- Jun 20, 2021
-
-
Bhatu authored
-
- Jun 18, 2021
-
-
Bhatu authored
If distro doesn't provide >3.13, we manually build cmake
-
- Jun 17, 2021
-
-
Bhatu authored
-
- Jun 14, 2021
-
-
Bhatu authored
-
Bhatu authored
-
Pratik Bhatu authored
-
- Jun 13, 2021
-
-
Bhatu authored
Now we can compile models similar to how we compile tensorflow models. The server can compile the model with: ~/EzPC/Athos/CompileONNXGraph.py --config config.json --role server This generates a zip file which contains: optimised_model.onnx config.json The optimised_model.onnx is the same model but is a pruned version and doesnt contain model weights. This zip file can then be sent to the client and client can compile with: ~/EzPC/Athos/CompileONNXGraph.py --config config.json --role client
-