issues Search Results · repo:keras-team/keras-applications language:Python
Filter by
164 results
(113 ms)164 results
inkeras-team/keras-applications (press backspace or delete to remove)I wanted to change the Implementation of MobilebetV3Small for my use case. so I cloned the keras-applications and tried
to run the mobileNetV3 directly from the source. but it had raised errors when I ...
asparsa
- Opened on May 18, 2022
- #210
Hi, I train my model using keras, and I load data using this function
Resize the images to a fixed input size, and rescale the input channels to a range of [-1,1]
IMG_SIZE = 320 # All images will be ...
xellDart
- Opened on Mar 8, 2022
- #209
Summary
I m able to fit several Keras applications (VGG16, InceptionResNetV2, Xception, etc) without error, but when I attempt
to fit NASNetLarge with the line of code shown below, I get the error message ...
buckeye17
- Opened on Jan 8, 2022
- #208
Summary
Obtained baseline accuracy for ResNet50v2 is different than officially reported:
| Model | Top-1 (%) |
| --- | --- |
| Baseline (official) | 75.96 |
| Baseline (obtained) | 66.85 |
ResNet50v1 ...
gcunhase
- 4
- Opened on Dec 9, 2021
- #207
Hi, i have been trying to create a ResNet50D , mainly by adding an avg_pool() layer before the 1x1 conv2D in the
downsampling block ,but I am getting dimension error , How can I fix this problem ? I have ...
KudzayiKing
- Opened on Mar 16, 2021
- #204
please can anyone help me in solving the problem of accuracy incompatibility between the saved keras model and the
loaded one, I built a model for eeg classification and I acquire a 95% accuracy but when ...
areejhameed
- Opened on Feb 8, 2021
- #203
Summary
Environment
- Python version: 3.7
- Keras version: 2.4.0
- Keras-applications version: 1.0.8
- Keras backend with version: not installed
Logs or source codes for reproduction
WARNING:tensorflow:AutoGraph ...
RobinV760
- Opened on Jan 26, 2021
- #202
Summary
I think that there is a missing layer in the implementation of Inceptionv3.
According to the paper C. Szegedy, V. Vanhoucke, S. Ioffe, J. Shlens, and Z. Wojna, “Rethinking the Inception
Architecture ...
LucaUrbinati44
- Opened on Jan 11, 2021
- #201
I originally posted this as an issue here: https://github.com/qubvel/efficientnet/issues/135
However I noticed the two implementations were the same and the error exists here as well, so I decided to ...
xhluca
- 9
- Opened on Dec 20, 2020
- #200

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.