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

I am using inception_v3.py on raspberry pi 3, it took 2 minutes to run, any idea why? thank you!

I'm trying to use ResNet50 from `keras.applications` as a feature extractor for my model. I successfully accomplished that with this: ``` python inputs = Input(shape=(224, 224, 3)) base_model = ResNet50(include_top=False,...

do you plan on releasing the xception weights pre-trained on the ~350 million image dataset you elluded to on twitter and referenced in the paper you published on xception?

For some reason, I am unable to import _obtain_input_shape My line: from keras.applications.imagenet_utils import decode_predictions, preprocess_input, _obtain_input_shape Thank you for all the outstanding work! Happy Holidays!

Did you use any utilities to convert from caffe/torch models? If yes, could you paste links to those projects? It would probably help others (who are converting models) if you...

Hello, I am just wondering where are the weights path for resnet 50, it seems that it is deleted.

Hi everyone, I'm trying to train the inception model from custom images. But I got one problems.. Here is the code I use `import os import numpy as np import...

A local file was found, but it seems to be incomplete or outdated because the auto file hash does not match the original value of 4d473c1dd8becc155b73f8504c6f6626 so we will re-download...