Skip to content

Commit dab3295

Browse files
authored
Fix very minor typo in examples documentation
1 parent 09b16ae commit dab3295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ 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.
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.
129129
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)*.
130130

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

0 commit comments

Comments
 (0)