Bug Report for https://neetcode.io/problems/weight-initialization
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
If you are asking people to define an init function (with rounding) then make the test cases such that people have to use the rounded init which they have defined in the other part of the question as well. It doesn't make sense to implement a function, but then use a variant of the function later. You guys could always just ask for tensor outputs and handle rounding in the test cases.
Bug Report for https://neetcode.io/problems/weight-initialization
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
If you are asking people to define an init function (with rounding) then make the test cases such that people have to use the rounded init which they have defined in the other part of the question as well. It doesn't make sense to implement a function, but then use a variant of the function later. You guys could always just ask for tensor outputs and handle rounding in the test cases.