-
hi
我在转换 https://huggingface.co/BAAI/bge-small-en-v1.5/tree/main/onnx
这个模型,遇到下面的错:
```
2024-07-05 16:21:59.085678: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is op…
-
When I run test.py. The error occur below.
File "test.py", line 4, in
from keras import backend as K
File "Keras-2.0.8/keras/__init__.py", line 4, in
from . import activations
Fil…
-
This is likely due to Keras version changes. Currently using Keras 3.2.1 with Tensorflow 2.16.1.
So far, I've changed the following in `layers.py`:
`from keras.src.layers.rnn.dropout_rnn_cell_mi…
-
Traceback (most recent call last):
File "D:\Mask_RCNN-2.1\Mask_RCNN-2.1\samples\balloon\balloon.py", line 332, in
model = modellib.MaskRCNN(mode="inference", config=config,
File "D:\Ma…
-
Traceback (most recent call last):
File "/Users/hanjianyu/Baidu/SUSTechPOINTS/main.py", line 131, in
from algos import pre_annotate as pre_annotate
File "/Users/hanjianyu/Baidu/SUSTechPOIN…
-
Hi, is there any work around method to use tfmot.sparsity.keras.strip_pruning on subclass models? I tried to use prune_low_magnitude on subclass by apply it to the layers in subclasses as a work aroun…
-
@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
3 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…