This PR contain two improvements for fixing #155 and #161 .
The first is to improve a example source code of Generating animated gif of optimization progress section in README.md.
The code had implemented with the api of old version of keras-vis.
The second is to improve vis.callbacks.GifGenerator .
The module had been having the problem which #155 and #161 reported.
(i.e., Invalid type of image value)
This PR contain two improvements for fixing #155 and #161 . The first is to improve a example source code of
Generating animated gif of optimization progress
section in README.md. The code had implemented with the api of old version of keras-vis.The second is to improve
vis.callbacks.GifGenerator
. The module had been having the problem which #155 and #161 reported. (i.e., Invalid type of image value)This closes #155 and closes #161 .