Skip to content

Commit

Permalink
Merge pull request #461 from tomking/master
Browse files Browse the repository at this point in the history
Fix minor typos in examples documentation
  • Loading branch information
Hananel-Hazan committed Feb 24, 2021
2 parents 09b16ae + 7437ee3 commit cef5769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ parameters|default|description

## Tensorboard example
*/examples/tensorboard/*
Google's Tensorflow is a powerful tool to analyze Deep Learning models. It helps visualizing data flows, or any changes happening during a training process.
First developped for Google's Tensorflows, it is now available as **TensorboardX** (https://tensorboardx.readthedocs.io/en/latest/index.html) for Py-Torch or other DL fameworks *(under development)*.
Google's Tensorboard is a powerful tool to analyze Deep Learning models. It helps visualizing data flows, or any changes happening during a training process.
First developped for Google's Tensorflow, it is now available as **TensorboardX** (https://tensorboardx.readthedocs.io/en/latest/index.html) for Py-Torch or other DL fameworks *(under development)*.

```tensorboard.py``` shows how to use the ```TensorboardAnalyzer``` class, graphically monitoring the weights of 2D convolutional SNN during its training process.

Expand Down

0 comments on commit cef5769

Please sign in to comment.