the jupyter notebook WeightWatcher.ipynb craches due to an Attribute error numpy.ndarray object has no attribute extend, specifically during the execution of watcher = ww.WeightWatcher(model=model). This is for
import tensorflow as tf
from tensorflow.keras.models import load_model
from tensorflow.keras.applications import vgg16
kmodel = vgg16.VGG16
model = kmodel(weights='imagenet')
the jupyter notebook
WeightWatcher.ipynb
craches due to an Attribute errornumpy.ndarray
object has no attributeextend
, specifically during the execution ofwatcher = ww.WeightWatcher(model=model)
. This is fortested locally and on google colab