2 Matching Annotations
- Sep 2018
-
raghakot.github.io raghakot.github.io
-
from vis.modifiers import Jitter
Here the code is obsoleted, should change to:
from vis.input_modifiers import Jitter
-
from vis.utils.vggnet import VGG16
Here the
vis.utils.vggnet
is deleted, should change with keras original package:from keras.applications.vgg16 import VGG16
Tags
Annotators
URL
-