Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
我想去用GPT2 Embedding但是不能把trainable设置成false,于是程序无法运行。 报错是显存不够,就把显卡从k80换成了p6000,但还是不行。 如果能把trainable设置成false大概就不会报错,因为BERTEmbedding在k80上能正常运行 以下是在k80上的报错信息
ResourceExhaustedError Traceback (most recent call last)