-
您好,我的服务器上一直下载不了 pip install Keras-TextClassification但是一直报错; Rolling back uninstall of scikit-learn
Moving to /disk01/data/users/zhangmujin/anaconda3/lib/python3.7/site-packages/scikit_learn-0.21.3…
-
pip install Keras-TextClassification
报一堆错
ERROR: Command errored out with exit status 1:
command: 'C:\Users\t00588680\Anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0]…
-
(keras_text) x01@q:~/anaconda3/envs/keras_text/lib/python3.6/site-packages/keras_textclassification/m01_FastText$ python train.py
Using TensorFlow backend.
Traceback (most recent call last):
File…
-
E:\re\code\Keras-TextClassification-master\envs\Keras-TextClassification-master\Scripts\python.exe E:/re/code/Keras-TextClassification-master/keras_textclassification/m13_CapsuleNet/train.py
Using Te…
-
After training the model using AutoKeras, can we somehow export the structure of the model to be recreated in native TensorFlow and Keras (no dependencies on Autokeras lib)?
Can this process be aut…
-
-
WARNING:tensorflow:From C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_core\python\ops\resource_variable_ops.py:1630: calling BaseResourceVariable.__init__ (from tensorflow.python.ops.resource_…
-
大佬,你好!你的项目很棒。
我执行sentence_similarity文件夹下的train.py文件时报错了,但是我不太熟悉这个项目,你可以帮帮我吗?
sentence_similarity文件夹下的train.py文件我只修改了 **'embedding_type': 'bert',** ,原始是albert,我改成了bert,其他没变化。
报错如下:
graph i…
-
graph init ok!
Traceback (most recent call last):
File "/home/yons/lta/Keras-TextClassification-master/keras_textclassification/m10_DeepMoji/train.py", line 110, in
train(rate=1)
File "/h…
-
执行\Keras-TextClassification\keras_textclassification\m00_Bert\train.py时报错:
```
load bert model start!
Traceback (most recent call last):
File "train.py", line 109, in
train(rate=1) #…