.. (לתיקייה המכילה) | ||
Why is the loop in line 60 of the code from 1 to number of layers? | |
Originally, I went with an access scheme where everything is accessed using [-idx] in this stage. You are free to reverse the order of indexes and go backwards(something along the lines of for idx in range(self.num_layers-2, 0, -1)) |