标签: python-3.x tensorflow keras
如何从CNN中获取训练过滤器的值,然后绘制它们? model.layers [0] .get_weights()不返回过滤器的值,所以我无法绘制它们
代码:https://gitlab.com/F171pp0/CNN_filters/blob/master/CNN%20notebook.ipynb