View disp_multiple_images.py
import matplotlib.pyplot as plt | |
import numpy as np | |
def show_images(images, cols = 1, titles = None): | |
"""Display a list of images in a single figure with matplotlib. | |
Parameters | |
--------- | |
images: List of np.arrays compatible with plt.imshow. | |
View depoly.prototxt
name: "GoogleNet" | |
layer { | |
name: "data" | |
type: "Input" | |
top: "data" | |
input_param { shape: { dim: 10 dim: 3 dim: 224 dim: 224 } } | |
} | |
layer { | |
name: "conv1/7x7_s2" | |
type: "Convolution" |