Closed danassou closed 10 months ago
Hey there!
Thank you for your interest! Hmm, I have never stumbled upon an issue like this. But I guess if you are sure the Tensorboard checkpoint actually has it then maybe it has to do with your browser? Could you try a different one?
I am closing this due to inactivity. If you still have any issues feel free to comment and I can reopen:)
I find The code for the "Growing Neural Cellular Automata" video very nice and compact.
However, one small problem: the eval video, that is theoretically added to Tensorboard with the writer function, does not seem to appear in Tensorboard after the training is complete (the way it does in the video).
For my personal use, I managed to retrieve it from Tensorboard with the EventAccumulator (so it is indeed produced in the back somewhere), but it would be nice for it to appear directly in the board. Maybe it's because of something wrong from my end...