-
predict 결과 -> 향상
loss -> 증가
**loss & val_loss를 줄여야함**
-
https://github.com/dsean2112/cardio_ml/blob/79573df42bca07c30ba98c9052aa92736afb43c8/bilstm_spectro_train.R#L30C1-L34C71
```r
# Input layer
# 5000 steps and 1 channel at a time
input_shape
la…
-
请问这个是什么意思?可以怎么解决?
# Load the trained model
model = load_model('/content/drive/MyDrive/Model/CNN-BiLSTM-Attention_Model_Final.h5', custom_objects={"cc": cc, "Attention": Attention})
# Load the his…
-
Hi ,
I am facing the following error when trying to run the model . i am using the standard encodings.
i could not understand why is computation failing for the encoding IOEBS. is ther a way t…
-
- [x] CNN
- [x] CNN_LSTM
- [x] BiLSTM
- [x] CNN_BiLSTM
- [x] Merge all these models in 1 script + together with hyper-parameter tuning
- [x] Save models
- [x] Choose the best among them
-
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 /…
-
Hi,
I am facing the following error when trying to run python3 Train_POS.py . How could I fix this?
`WARNING:tensorflow:From /usr/local/lib/python2.7/dist-packages/keras/backend/tensorflow_backend.p…
-
Using TensorFlow backend.
Generate new embeddings files for a dataset
Read file: komninos_english_embeddings.gz
Added words: 3
:: Transform agac_chunking dataset ::
Traceback (most recent call la…
-
Thanks for making this implementation available! But i do not have access to a GPU. Can I still try your code? I have tensorflow 1.5.0 and Keras 2.0.2
I made a couple of changes in neural nets/BiLSTM…
-
Hello, the model architecture is bilstm-cnn-crf, I want to know where the cnn layer is?