sicara / tf-explain

Interpretability Methods for tf.keras models with Tensorflow 2.x
https://tf-explain.readthedocs.io
MIT License
1.02k stars 111 forks source link

[WIP] Start migrating to pre-release 2.0.0rc0 #71

Closed RaphaelMeudec closed 5 years ago

RaphaelMeudec commented 5 years ago

Looks like there is a problem with the mock of tf.summary.image which is not functional anymore when passing from 2.0.0-beta to 2.0.0rc0. Investigating