From 390b13cd20f24ad9f1f4797289c12a5aea4a3c17 Mon Sep 17 00:00:00 2001 From: chzhang Date: Sun, 1 Jan 2023 12:19:37 +0800 Subject: computation graph --- learn_torch/grad/imgs/comp_graph.PNG | Bin 0 -> 48324 bytes learn_torch/grad/imgs/comp_graph_grad.PNG | Bin 0 -> 60324 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 learn_torch/grad/imgs/comp_graph.PNG create mode 100644 learn_torch/grad/imgs/comp_graph_grad.PNG (limited to 'learn_torch/grad/imgs') diff --git a/learn_torch/grad/imgs/comp_graph.PNG b/learn_torch/grad/imgs/comp_graph.PNG new file mode 100644 index 0000000..7fa2f45 Binary files /dev/null and b/learn_torch/grad/imgs/comp_graph.PNG differ diff --git a/learn_torch/grad/imgs/comp_graph_grad.PNG b/learn_torch/grad/imgs/comp_graph_grad.PNG new file mode 100644 index 0000000..81aa59d Binary files /dev/null and b/learn_torch/grad/imgs/comp_graph_grad.PNG differ -- cgit v1.2.3