keras-applications icon indicating copy to clipboard operation
keras-applications copied to clipboard

Reference implementations of popular deep learning models.

Results 61 keras-applications issues
Sort by recently updated
recently updated
newest added

Hi Team, While i'm running "resnet50.py" i'm getting the below error. please assist us. ------------------------------------------------------------------------------------------------ $PWD /opt/anaconda3/envs/cnn/lib/python3.7/site-packages/keras_applications $python resnet50.py Traceback (most recent call last): File "resnet50.py", line 17, in from...

**Summary** This is more a general question that applies to all models where ImageNet pre-trained weights are available. Is there any source or documentation what settings were being used for...

### Summary Created an instance of MobileNetV3Small, attempted to save model with weights to .h5 file and after loading back again the model gives a different output or with tensorflow.keras...

"os" is imported, but it is unused: https://github.com/keras-team/keras-applications/blob/bc89834ed36935ab4a4994446e34ff81c0d8e1b7/keras_applications/resnext.py#L20

Source Code: https://github.com/keras-team/keras-applications/blob/bc89834ed36935ab4a4994446e34ff81c0d8e1b7/keras_applications/resnet_v2.py#L3-L6 The paper for ResNetV2 should be "Identity Mappings in Deep Residual Networks" instead of "Aggregated Residual Transformations for Deep Neural Networks", as mentioned in: https://github.com/keras-team/keras-applications/blob/bc89834ed36935ab4a4994446e34ff81c0d8e1b7/keras_applications/resnet_common.py#L3-L10 The wrong...

`import os import tensorflow as tf from generator import Generator from discriminator import Discriminator from keras.applications.vgg16 import VGG16 from keras.preprocessing import image from keras.applications.vgg16 import preprocess_input import numpy as np...

i also faced lots of problem in Mask-RCNN but three codes that solve my problem 1.!pip uninstall tensorflow_estimator 2.!pip install tensorflow==1.13.2 3.!pip install 'keras==2.1.6' --force-reinstall 4.!python3 setup.py install

#70 # Summary I trained a model used Mobilenet_V2, but when I want load the model (use load_model) ,there is an error : '

Just a tiny reminder: the efficientnet is not on the webpage https://keras.io/applications. Maybe adding it can make more people know that this wonderful library has implemented the wonderful network :)

https://stackoverflow.com/questions/60418067/keras-fit-generator-not-reporting-progress-or-in-validation-step-or-verbose-not Below is the code for a CNN mode. I am able to see the EPOCH progress bar for Training, but not for the validation. It seems like the execution...