jankrepl / mildlyoverfitted

Paper implementations from scratch and machine learning tutorials
MIT License
340 stars 124 forks source link

Eval video in "Growing Neural Cellular Automata" code #11

Closed danassou closed 10 months ago

danassou commented 2 years ago

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...

jankrepl commented 2 years 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?

jankrepl commented 10 months ago

I am closing this due to inactivity. If you still have any issues feel free to comment and I can reopen:)