-
Hi there,
I have been trying to convert a simple Keras BiLSTM (or LSTM) with Attention model to ONNX.
It keeps failing during onnx model save.
The error message I am getting is
TypeError: ob…
-
2018-04-17 14:11:48.703574: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
WARNING:tensorflow:From /…
-
I use the ChainCRF.py as the CRF Layer in my model to do a sequence labeling task using the OBIE as the tags ,but I meet a problemthat there are some unexpected transition in the predict like E to I.
…
-
Hi @ku21fan and all,
I have tried to fine-tune the model on 3 GPUs, but it seem the training speed is slow. With 16 epochs, the Elapsed_time is 35945.77589, that mean each epochs cost about 2250 se…
-
@ku21fan
Thanks for sharing this wonderful work. You did really a good job.
I need to do transfer learning to train the model with a small dataset of mine and in the meantime I have low computatio…
-
I got the mecab setup in the right location as mentioned in the docs. But I am not able to get the japanese tokenization working. Anyone seen this before ?
```
!echo "雪の風景" | python3 ./LASER/sourc…
-
大佬你好,非常棒的项目,利用各种机器学习算法进行情感分析,但是我在执行时遇到一些问题,请问是否是自己执行顺序不对。
我的操作顺序:
1、安装完环境后,手动下载`fetch_data.py`中将爬取的文件`glove.840B.300d.txt`;
2、执行了`python preprocessing.py`,完成数据预处理,其生成了四个.pkl文件;
3、cd training;执行`py…
-
from kashgari.corpus import ChineseDailyNerCorpus
from kashgari.embeddings import BertEmbedding
from kashgari.tasks.labeling import BiLSTM_CRF_Modelb
import kashgari
X_train, y_train = ChineseDa…
-
I have a dataset of small (64x64) images with both cyrillic and english alphabets. Model has successfully trained with 100% accuracy. But when I use my model on the same images it has been trained on,…
-
Hello again,
I have been using your tools for some time and now I would like to know more about how you designed your model model.dp2.CNN.arabnrice2-1_120m_R9.4plus_tem. bn13_sn16.both_bilstm.epoch6…