-
@Oceania2018 can you assign this issue to me. I'll try and take a stab at it.
I was trying to see whether implementing the [Keras Transformer recommendation sample](https://keras.io/examples/struct…
lqdev updated
2 years ago
-
Hi, is there support for Keras LocallyConnected2D and LocallyConnected1D layers, which are basically CNN filters with different weights for each patch of the image.
-
Hi,
My network involves simple residual connection structures that use keras Add layer, it seems this type of structure is supported according to your latest work with "BPnet" paper. Do you have a…
-
I was trying to use DeepLIFT to analyse my text classification model but it will throw key error about embedding layers since there is no key about embedding in layer_name_to_conversion_function funct…
-
### Description
If in one software run - you create a model, save it, and load it again, you get an error.
But if you create a model and save it, in one software run, and run the software again an…
-
Hi,
I notice ops.image.affine_transform() does not work as part of a model in GPU
TF version: 2.16.1
keras version: 3.5.0
Some observations from some testing
1. model.predict_step() works, b…
-
I have recently switched to this fork due to its modular design and backbone support. Currently, I am trying to understand the refactoring steps that were made...
Is there a reason why e.g. the fun…
-
UserWarning: The `Merge` layer is deprecated and will be removed after 08/2017. Use instead layers from `keras.layers.merge`, e.g. `add`, `concatenate`, etc.
-
### Bug Description
### Bug Reproduction
Code for reproducing the bug:
Data used by the code:
### Expected Behavior
### Setup Details
Include the details about the versions of:
- O…
-
with tf.keras.layers.InputSpec(dim=xxx) one can specify the specification for an input when the layer is called.
Dont forget: unit test