79748875

Date: 2025-08-28 09:26:35
Score: 0.5
Natty:
Report link

Try setting your model to evalaution mode with my.eval() before writing it to tensorboard.

This reduces the randomness in your model for each pass. As the add_graph method calls the graph several times for tracing, it errors when differences happend due to the random nature of the model.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mariposa