deep-learning-models icon indicating copy to clipboard operation
deep-learning-models copied to clipboard

Keras code and weights files for popular deep learning models.

Results 88 deep-learning-models issues
Sort by recently updated
recently updated
newest added

Why download speed in China is too slow? I can't download it.

I downloaded the vgg16-notop pretrained weights,but when I want to load the weights it always show me: KeyError: "Can't open attribute (Can't locate attribute: 'nb_layers')" the environment is{ spyder+keras 2.0.6+tensorflow...

ImportError: cannot import name '_obtain_input_shape' from 'keras.applications.imagenet_utils' (C:\Users\admin\AppData\Local\Programs\Python\Python37\lib\site-packages\keras\applications\imagenet_utils.py)

Hi, I am trying to download weights of inceptionV3 in keras using the command `base_model = InceptionV3(weights = 'imagenet', include_top = False)` . It ended up with Exception Error :...

Keras version - 2.2.4 Python - 3.6.6 issue: ----> 6 model = ResNet50(input_tensor=image_input, include_top=True,weights='imagenet') TypeError: _obtain_input_shape() got an unexpected keyword argument 'include_top' is there a fix for this?

I am comparing several architectures for retraining. Using the Kaggle 'dogs vs cats' dataset, I set up the following: Data generator: ``` train_data_generator = tf.keras.preprocessing.image.ImageDataGenerator(rescale=1./255) train_data = train_data_generator.flow_from_directory( directory='{}/train'.format(PATH), shuffle=True,...

Hi, I have a problem when I try to create a ResNet50 model. I am getting the next error: Note: My keras version is keras.**version**='1.1.0' ## Downloading data from https://github.com/fchollet/deep-learning-models/releases/download/v0.2/resnet50_weights_th_dim_ordering_th_kernels_notop.h5...

Hi fchollet, Now, I'm using vgg16 under Keras to classify oxford 102 flower dataset and I want to download the trained weight file: vgg16_weights_tf_dim_ordering_tf_kernels_notop.h5. But I cannot download it... Wourld...

I want to save the weights and load the weights in Keras with Tensorflow backend. When I import ResNet50 model with Tensorflow backend I get errors ValueError: Cannot feed value...

Hi François, Would you like to list the Tensorflow version, Keras version and Theano version that are used to support the models here? Thanks, Wenouyang