-
The model I trained is a 3-layer feedforward neural network with tabular data.
The DeepExplainer could be initialized but error when calling shap_values at second line:
```
e = shap.DeepExplainer(m…
-
Create Tiny YOLOv3 model with 6 anchors and 8 classes.
C:\Users\LYK_pc\Anaconda3\lib\site-packages\keras\engine\saving.py:1140: UserWarning: Skipping loading of weights for layer conv2d_10 due to mis…
-
Hello,
In the notebook corresponding to chapter 13, there is the following code at cell 156:
```python
model = keras.models.Sequential([
text_vectorization,
keras.layers.Embedding(inp…
-
Hi thanks for the work.
I was trying to take a look how brilliant the performance is but when i was running
`python test.py --video_name test_.mp4 `
it returns
```
File "test.py", line …
JayFu updated
3 years ago
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Seed Quality Prediction (also developed an API )
:red_circle: **Aim** : To get to know the quality of t…
-
OS: Windows 11
Python == 3.11.0 64 bit
Keras == 3.0.5
---------
```python
import time
import os
from math import floor
import tensorflow as tf
tf.config.experimental.enable_op_determinism()
…
-
**System information**
- TensorFlow version (you are using): 2.4.1
- Are you willing to contribute it (Yes/No): no
**Motivation**
The implementation of some models (e.g. SENet) requires the …
-
日志如下
2020-12-15 22:49:44.533073: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library cudart64_101.dll
Traceback (most recent call last):
File "…
-
video_input : Tensor("input_1:0", shape=(?, 40, 224, 224, 3), dtype=float32)
convnet_model :
Traceback (most recent call last):
File "batched_extractor.py", line 153, in
encoded_frame_s…
-
Hi there,
When I run the script, I've got this error. Is it the API deprecated? Thanks.
keras_trade.py:346: UserWarning: Update your `Dense` call to the Keras 2 API: `Dense(50, activation="relu"…