Skip to content

Commit

Permalink
fix encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Aug 9, 2017
1 parent f35bb16 commit d6c1628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboard/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def add_graph(self, model, lastVar):
lastVar (torch.autograd.Variable): the root node start from.
.. note::
This is experimental feature. Graph drawing is based on autograds backward tracing.
This is experimental feature. Graph drawing is based on autograd's backward tracing.
It goes along the ``next_functions`` attribute in a variable recursively, drawing each encountered nodes.
In some cases, the result is strange. See https://github.com/lanpa/tensorboard-pytorch/issues/7
"""
Expand Down

0 comments on commit d6c1628

Please sign in to comment.