Ariel Cohen

Results 14 comments of Ariel Cohen

Weird. Am I running the wrong command? ``` bazel test -k tensorflow/python:image_ops_test --test_filter=*SSIMTest.testWithIndexMap* ``` resulted in ``` INFO: Options provided by the client: Inherited 'common' options: --isatty=1 --terminal_columns=191 INFO: Reading...

Makes sense. I'll try that.

No problem. I hope it's fine now.

Should I add it as a feature? If I should, should I add it to the default features?

It's just a Cargo dependency, but in CPython I don't think it downloads the sqlite library automatically so idk. On Fri, Jul 29, 2022, 19:29 Jeong YunWon ***@***.***> wrote: >...

Maybe, but when building from source if you don't have the library installed it doesn't install it. https://devguide.python.org/getting-started/setup-building/index.html#compile-and-build

Hey, I'd like to work on the pooling layers. Should I make a pull request when I'm done?

Thanks :) About padding, should I do it like the conv layer, or should it make the pool automatically fit like in Keras?

👍 On Sun, 29 May 2022 at 12:06, Francesco Iannelli ***@***.***> wrote: > https://github.com/neuronika/neuronika/tree/variable-rework you should > take a look at this new branch I'm working on. Padding is now...

#105 I'm kinda new to rust so I'm not sure it's good