from vis.modifiers import Jitter
Here the code is obsoleted, should change to:
from vis.input_modifiers import Jitter
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