未验证 提交 0d402148 编写于 作者: A Alan Yee 提交者: GitHub

Update README.md

bytestring over the use of decode()
上级 7f3d27de
......@@ -69,8 +69,8 @@ $ python
>>> tf.add(1, 2).numpy()
3
>>> hello = tf.constant('Hello, TensorFlow!')
>>> hello.numpy().decode('utf-8')
'Hello, TensorFlow!'
>>> hello.numpy()
b'Hello, TensorFlow!'
```
For more examples, see the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册