From e4f881a2e3ea9ceaf58722e890e6b96baba65c85 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 20 Aug 2021 06:07:00 +0200 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 45387631d4..0ad6318993 100644 --- a/notes.md +++ b/notes.md @@ -225,3 +225,4 @@ 2021-07-10T20:12:00 - Implementing approach from a new paper read last night (onnxruntime) 2021-07-10T17:56:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2021-08-20T03:35:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) +2021-08-20T06:07:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)