waleedka / hiddenlayer

Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.
MIT License
1.79k stars 266 forks source link

change occurrence of uniqueName to debugName #59

Closed asberk closed 4 years ago

asberk commented 4 years ago

uniqueName has been re-named to debugName in torch.utils.tensorboard._pytorch_graph for torch version ≥ 1.2.0.

waleedka commented 4 years ago

Thank you for the PR. The issue was fixed with another PR that I merged recently.