Iván Pondal

Results 4 comments of Iván Pondal

Hey! The problem is it's not using the previous element for the substraction. The pytorch implementation does: `x[:, :, 1:] - coeff * x[:, :, :-1]` That list slicing produces...

Will add information if I'm able to reproduce it.

Hello! bumping this, coming from [react testing library](https://testing-library.com/) it'd be great to take the same approach of writing tests based on accessibility metadata when developing flutter apps. However, right now...

Hello! bumping this, coming from [react testing library](https://testing-library.com/) it'd be great to take the same approach of writing tests based on accessibility metadata when developing flutter apps. Right now the...