From 32fbbabc913f58285a0b7de6c92f2d699c9ee755 Mon Sep 17 00:00:00 2001 From: atlas Date: Sun, 14 Jun 2020 22:12:21 +0200 Subject: [PATCH] notes updates --- notes | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/notes b/notes index ee2f7f4..e427cee 100644 --- a/notes +++ b/notes @@ -2,6 +2,10 @@ source ./venv/bin/activate deactivate - 752 venv/bin/python regression/testfroze.py - 753 venv/bin/python regression/fuel.py + venv/bin/python regression/testfroze.py + venv/bin/python regression/fuel.py + + convert to onnx: + +python -m tf2onnx.convert --saved-model model_affine/affine/ --output affine.onnx