From 73f3130b8dd7b02b6cdd72e5969bc6c138adfeaa Mon Sep 17 00:00:00 2001 From: Jon Magoon Date: Tue, 4 May 2021 09:04:11 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index fbdf61f..fba16a6 100644 --- a/README.md +++ b/README.md @@ -104,13 +104,6 @@ Tensor values and color representations of each value based on the gradient show Tensor values__ | tensor_viz_values Feature maps view when the tensor has shape of dimension 3| tensor_viz_values -- ### Synthetic Input -After loading an ONNX model, the internal weights and biases tensor can be accessed and viewed in the tensor side panel. After pressing the input and output tensor buttons, because the model did not receive an input, no tensor will be displayed. - -By pressing the Load ONNX input icon, a synthetic input will be created to match the size and shape of the input tensor. Then, the input is passed to the model which will generate all the internal tensors. -

-input - # **Models** We have generated a few ZTN models for inspecting their architecture and internal tensors in the viewer. We have also provided the code used to generate these models.