victoresque / pytorch-template

PyTorch deep learning projects made easy.
MIT License
4.75k stars 1.09k forks source link

Additional logging for tensorboard, loading json config in safe way #38

Closed SunQpark closed 5 years ago

SunQpark commented 5 years ago

The following are two main points of this PR.

  1. Logging histogram of parameters to monitor distributions of weights, biases.
  2. Loading json config file in safe way, as mentioned in issue #37

This PR also contains some minor updates like

  1. remove a f-string which was in the trainer.py
  2. fix warning message for devices missing tensorboardx installation
  3. deprecation of summary method