BI-LSTM and CRF using Keras
Posted yjybupt
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了BI-LSTM and CRF using Keras相关的知识,希望对你有一定的参考价值。
问题1:CUDA_ERROR_OUT_OF_MEMORY: How to activate multiple GPUs from Keras in Tensorflow
import keras.backend as K
config = K.tf.ConfigProto()
config.gpu_options.allow_growth = True
session = K.tf.Session(config=config)
以上是关于BI-LSTM and CRF using Keras的主要内容,如果未能解决你的问题,请参考以下文章
学习97.5%准确率的深度学习中文分词(字嵌入+Bi-LSTM+CRF)
97.5%准确率的深度学习中文分词(字嵌入+Bi-LSTM+CRF)
2018 10-708 (CMU) Probabilistic Graphical Models {Lecture 10} [HHM and CRF]