TensorFlow-World
TensorFlow-World copied to clipboard
:earth_americas: Simple and ready-to-use tutorials for TensorFlow
There is a small typo in docs/tutorials/1-basics/basic_math_operations/README.rst. Should read `visualising` rather than `visualiaing`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
In the tutorial doc of chapter 1 "Basics/variables", there might be a misktake here: ```python # "variable_list_custom" is the list of variables that we want to initialize. variable_list_custom = [weights,...
correct the code according to ipynb version.