Loading an existing model from config

This notebook describes how to load an existing model from its config file, update the state (weights) of the model and make predictions from it.

[1]:
import numpy as np
import itertools

np.set_printoptions(suppress=True) # to suppress scientific notation while printing arrays