Skip to content

Commit cef5769

Browse files
Merge pull request #461 from tomking/master
Fix minor typos in examples documentation
2 parents 09b16ae + 7437ee3 commit cef5769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ parameters|default|description
125125

126126
## Tensorboard example
127127
*/examples/tensorboard/*
128-
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.
129-
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)*.
128+
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.
129+
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)*.
130130

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

0 commit comments

Comments
 (0)