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

Currently, for all models, we can do `weights='imagenet'` or `weights=None`. We would like to add `weights='openimages'`. From @taehoonlee in #26 : > I think that it is worth and significant...

help wanted