Merge pull request #40 from yoongi0428/patch-1

Typo correction in lazy_logging.md
This commit is contained in:
Shital Shah 2019-09-08 02:58:16 -07:00 коммит произвёл GitHub
Родитель 77e6cc155c 5d93efcd97
Коммит bfaae25f5f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -56,7 +56,7 @@ line_plot = tw.Visualizer(stream, vis_type='line')
line_plot.show()
```
Now when you run our script `sum_lazzy.py` in the console and then above Jupyter Notebook, you will see the sum of `weights` array getting plotted in real-time:
Now when you run our script `sum_lazy.py` in the console and then above Jupyter Notebook, you will see the sum of `weights` array getting plotted in real-time:
<img src="images/lazy_log_array_sum.png" width="400">
@ -70,4 +70,4 @@ We have just scratched the surface in this new land of lazy logging! You can do
## Questions?
File a [Github issue](https://github.com/microsoft/tensorwatch/issues/new) and let us know if we can improve this tutorial.
File a [Github issue](https://github.com/microsoft/tensorwatch/issues/new) and let us know if we can improve this tutorial.