-
Hello
I am new to AirSim and am trying to complete the Autonomous Driving Cookbook Tutorial. I have successfully completed the Data Generation step, but I am stuck on training the model.
I am ha…
-
for train_index, test_index in kfold.split(B, y1):
print('train_index',train_index)
print('test_index',test_index)
train_index, val_index = train_test_split(
train_index, tes…
-
As an exercise to get acquainted with Keras, I want to train a simple model with attention to translate sentences.
I am not calling a tf function, only using Keras layers. But I get the following e…
-
### Issue Type
Others
### Source
source
### Keras Version
3.0.5
### Custom Code
Yes
### OS Platform and Distribution
Ubuntu 22.04.1
### Python version
3.10
### GPU model and memory
_No r…
-
**Describe the bug**
Saving trained `LSTMFCNRegressor` when enabling `attention=True` will raise errors.
Errors look like:
```
Traceback (most recent call last):
File "", line 1, in
File …
-
I have the following code:
```
#!/usr/bin/env python
# coding: utf-8
from tensorflow.keras.datasets import mnist
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers impor…
lp247 updated
2 months ago
-
Hi, I meet some problems after running your code, and here is the detail:
When I have installed all the require packages, I run the "get_face.py", it shows this message:
Please install `face_recogn…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
This project performs real-time waste classification using a video stream captured from a …
09viv updated
1 month ago
-
Hi, adjust UNET structure for 4 depth, instead of 3 depth, and training show an error, for weight names, can you give me the sign how to adjust original coding part? I did not find the part for this …
-
### Discussed in https://github.com/mrdbourke/tensorflow-deep-learning/discussions/662
Originally posted by **moatednorth** July 31, 2024
Sequential api can't handle `hub.KerasLayer`
`
# C…