Christian Clauss пре 6 година
родитељ
комит
b2a437287a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ch11/nb.py

+ 1 - 1
ch11/nb.py

@@ -16,7 +16,7 @@ out
 #%%
 net.embeddings
 net.embeddings.trainable
-net.trainable = Flase
+net.trainable = False
 #%%
 # 从预训练模型中加载词向量表
 embed_glove = load_embed('glove.6B.50d.txt')