I have a simple MNIST model from the tensorflow tutorial. I want to see how the first convolutional layer's filters changes with time. When I use tf.summary.image, only one of the steps is displayed, and the rest is ignored. Is there any way to work this around?
Asked
Active
Viewed 480 times
1 Answers
1
TF does not have videos, but you can generate image at each step, save them in some directory and then create a video from them.

Community
- 1
- 1

Salvador Dali
- 214,103
- 147
- 703
- 753