Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjiwu authored Nov 6, 2020
1 parent 3c9dc4c commit 3d54e21
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ google 在**2018年放出的大杀器**, 作为当前NLP的最新技术,此
tensorflow >= 1.11.0 # CPU Version of TensorFlow.
tensorflow-gpu >= 1.11.0 # GPU version of TensorFlow.
```
我自己的版本是
```
Python 3.6.8 (default, May 7 2019, 14:58:50)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow as tf
>>> tf.__version__
'1.11.0'
```


## 1.1. clone BERT 代码
首先clone 官方代码,地址如下
Expand Down Expand Up @@ -295,4 +306,4 @@ TensorFlow 1.11.0:
# 6. 源码 GITHUB 地址
特意直接开放源码, 供大家参考

https://github.com/wangjiwu/BERT-emotion-classification
https://github.com/wangjiwu/BERT-emotion-classification

0 comments on commit 3d54e21

Please sign in to comment.