Skip to content

The VGG19 model pretrained on imagenet for tensorflow js

Notifications You must be signed in to change notification settings

paulsp94/tfjs_vgg19_imagenet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

VGG19 TFJS

The VGG19 model pretrained on imagenet for TensorFlow.js as a layers model.

This model has been converted, using the tfjs-converter.
The base model and weights were taken from keras.

To try the model you can just load it using:

vgg19URL = 'https://github.com/paulsp94/tfjs_vgg19_imagenet/blob/master/model/model.json';
const vgg19 = await tf.loadLayersModel(vgg19URL);

About

The VGG19 model pretrained on imagenet for tensorflow js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published