François Chollet
François Chollet
@fancyXun unfortunately, it appears that a test is failing: ``` keras/layers/core:core_test ``` Specifically ``` TFOpLambdaTest.test_compute_output_shape_v1_session ``` Please fix the failing test and push your changes. We'll re-approve the PR and...
@old-school-kid the PR appears empty at this time. Do you have any update?
> This branch cannot be rebased due to conflicts Please fix.
> Lint / Check the code format (pull_request) Failing after 2m — Check the code format Please fix. You can simply run `black` on the file.
> This branch cannot be rebased due to conflicts Please rebase.
It appears this has already been fixed at head. Thanks anyway!
Triage notes: - Such an option should likely not be exposed to end users, so it doesn't need to be an argument. - Some layers may require `jit_compile` in order...
This sounds reasonable and the citation count is sufficient to consider inclusion. `GeMPooling*D` seems like a better name. Can you mention some architectures that use this pooling operation? > Do...
> I have a question, why should we iterate over the dataset ? why can't we just use Because this is inefficient. When you do `dataset.skip()` you do not create...
No, that's not what we're looking for. Thanks for the pointer, though.