jankrepl / mildlyoverfitted

Paper implementations from scratch and machine learning tutorials
MIT License
337 stars 125 forks source link

Missing eval property for the eval video in "Growing Neural Cellular Automata" code #26

Open qkyo opened 4 months ago

qkyo commented 4 months ago

Hi there, I just found a similar issue as the https://github.com/jankrepl/mildlyoverfitted/issues/11

As you can see in the screen shot, based on the training on your code, i cannot control the step with the slider. It seems like there is no attribute "eval" has been written down.

1713874312213

I take the same traning steps and paramater setting as your youtube video. And I use the command line to invoke the tensorboard as below:

tensorboard --logdir=

I wonder if there is anything I missed. Thank you for your attention!

jankrepl commented 4 months ago

@qkyo Thank you for creating the issue.

I will try to look into this ASAP!