We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6442c5 commit c2114e1Copy full SHA for c2114e1
tests/tests_pytorch/loggers/test_tensorboard.py
@@ -240,7 +240,7 @@ def test_tensorboard_log_graph_warning_no_example_input_array(tmp_path):
240
241
242
@mock.patch("lightning.pytorch.loggers.TensorBoardLogger.log_metrics")
243
-def test_tensorboard_with_accummulated_gradients(mock_log_metrics, tmp_path):
+def test_tensorboard_with_accumulated_gradients(mock_log_metrics, tmp_path):
244
"""Tests to ensure that tensorboard log properly when accumulated_gradients > 1."""
245
246
class TestModel(BoringModel):
0 commit comments