使用官方文件安裝方式 pip install -U ckiptagger[tf,gdown] tensorflow 會安裝最新版本,但執行程式時會出現錯誤, 原因為 `tf.nn.rnn_cell.LSTMCell` is deprecated.
使用官方文件安裝方式 pip install -U ckiptagger[tf,gdown]
tensorflow 會安裝最新版本,但執行程式時會出現錯誤, 原因為
tf.nn.rnn_cell.LSTMCellis deprecated.