-
spacing_cnn_bilstm_configs.json 이 파일을 제가 가진 트레이닝 데이터셋 수정해서 돌리면, 토크나이져가 설정되지 않아서 에러나고, 토크나이져를 syllable_tokenizer 로 설정하면 인덱스에러가 납니다.
Q. spacing_bilstm_configs.json (bilstm용) 이것말고 bert나 cnn_bilstm등 …
-
On Wiki103 classification, I only get two modes of results:
1) solve the task, getting ~99+% train and dev accuracy
2) overfit to train, getting ~92% train, 58% dev accuracy
Over 5-6 runs, I always…
-
作者,你好,感谢您的分享。
今天在引入char_embeddings和word_embeddings,模型是charCNN + wordLSTM + CRF,发现一个疑似bug。训练过程中,“ERROR: LOSS EXPLOSION (>1e8) ! PLEASE SET PROPER PARAMETERS AND STRUCTURE! EXIT....”导致退出,回看日志发现是sample_…
-
- OpenCV => 4.0.1 (python)
- Operating System / Platform => Windows 10 64 Bit
- Compiler => Python 3.6.3 |Anaconda custom (64-bit)
I have trained a crnn model for text image recognition, I froze …
-
**Issue by [W4ngatang](https://github.com/W4ngatang)**
_Wednesday Aug 15, 2018 at 15:10 GMT_
_Originally opened as https://github.com/nyu-mll/jiant/issues/348_
----
On Wiki103 classification, I onl…
-
with tf.name_scope('rotate'):
temp = tf.tile(self.qs_y_raw, [1, 1]) # [batch_size, num_lstm_units*2]
self.qs_y = tf.tile(self.qs_y_raw, [1, 1]) # [batch_size, num_lstm_unit…
-
Hi! Thanks for your code
recently I just use the conv layer to inplace the matmul in LSTM
and i use in my CNN-MogLSTM model
it seems not work better than my CNN-BiLSTM model
here is my code
…
-
안녕하세요. takos-alpha를 실행하는 과정에서 발생한 에러들을 적어보고자 합니다.
git clone https://github.com/Taekyoon/takos-alpha.git
pip install -r requirements
python setup.py install
두 번째 부분에서 ! pip install -r requireme…
-
TextAnalysis now needs to export the `Flux` and `Tracker` symbols. That should not be required.
Without those exports, loading the BSON models throws an error:
```
UndefVarError: Flux not de…
aviks updated
4 years ago
-
Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests a…