Path: blob/master/samples/coco/inspect_weights.ipynb
240 views
Kernel: Python 3
Mask R-CNN - Inspect Weights of a Trained Model
This notebook includes code and visualizations to test, debug, and evaluate the Mask R-CNN model.
In [1]:
Out[1]:
Using TensorFlow backend.
Configurations
In [6]:
Notebook Preferences
In [ ]:
In [4]:
Load Model
In [7]:
Review Weight Stats
In [8]:
Out[8]:
Histograms of Weights
TODO: cleanup this part
In [9]:
Out[9]:
In [ ]:
In [ ]: