-
源代码` https://github.com/allenai/bilm-tf.git `
![image](https://user-images.githubusercontent.com/20106478/46258478-033f0880-c4fe-11e8-9b06-f6ce97404682.png)
-
you have released codes about how to train and how to make a demo..
but how we evaluate the pretrained model?I have found ./demo/birds-eval.yml and downloaded the pre-trained model birds_model_164000…
-
Traceback (most recent call last):
File "train.py", line 248, in
tf.app.run()
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 43, in run
sys.exit…
mjc14 updated
7 years ago
-
I am trying to build a simple CNN model using libtorch, I am following the tutorial : https://github.com/pytorch/examples/tree/master/cpp/dcgan
**I got this error :**
hazim@hazim-virtual-machine:~/D…
-
I wanted to download the preprocessed char-CNN-RNN text embeddings for coco and the pretrained StackGAN model, but my access got denied in the google drive. I tried to leave a message to request acces…
-
Hi all,
I tried to use CRF layer on top of Bi-LSTM-CNN NER model on this implementation https://github.com/kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
```
wordEmbeddings = wordE…
-
Hi, thanks for sharing this repo.
I tried to run the following example command with tf version 1.11.0, but got this error
```
python train_acc.py --rnn_type SOFT_HP_CHAR_CAFE_RESFM_HIGH_LSTM --ch…
-
for (int i = 0; i < 100; i++)
{
//******************** 识别初始化*******************************************************
ZQ_FaceRecognizer* recognizer[1] = { 0 };
std::string prototxt_file = "m…
-
Hello,
Can anyone suggest on the data processing to be done on conll2012 before calling the following?
`./bin/preprocess.sh conf/ontonotes/dilated-cnn.conf`
Currently, simply calling the preproce…
-
Thanks for your clear code and instruction!
I run a code on CONLL2003 without modifying other hyper-parameter and structure, the F1 score of testb is about to 90.6 which is not reaching the your rep…
mungg updated
5 years ago