From 7827fed6af26627a31c9a0fa4f80281794e91c0f Mon Sep 17 00:00:00 2001 From: siavashimrz <38223340+siavashimrz@users.noreply.github.com> Date: Sat, 4 Jul 2026 23:10:40 +0330 Subject: [PATCH] Update README.md Just suggesting some minor edits to the README :) --- TCN/adding_problem/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TCN/adding_problem/README.md b/TCN/adding_problem/README.md index 6962245..a68dfba 100644 --- a/TCN/adding_problem/README.md +++ b/TCN/adding_problem/README.md @@ -3,7 +3,7 @@ ### Overview In this task, each input consists of a length-T sequence of depth 2, with all values randomly -chosen randomly in [0, 1] in dimension 1. The second dimension consists of all zeros except for +chosen in [0, 1] in dimension 1. The second dimension consists of all zeros except for two elements, which are marked by 1. The objective is to sum the two random values whose second dimensions are marked by 1. One can think of this as computing the dot product of two dimensions. @@ -15,5 +15,5 @@ See `data_generator` in `utils.py`. ### Note -Because a TCN's receptive field depends on depth of the network and the filter size, we need -to make sure these the model we use can cover the sequence length T. \ No newline at end of file +Because a TCN's receptive field depends on the depth of the network and the filter size, +we need to make sure the model we use can cover the sequence length T.