-
Hello, as you can see in pVACtools issue https://github.com/griffithlab/pVACtools/issues/1084 - https://github.com/openvax/mhcflurry and mhcnuggets doesn't work with latest [2.16.1 version of tensorfl…
-
### Issue Type
Bug
### Source
source
### Keras Version
Keras 2.13.1
### Custom Code
Yes
### OS Platform and Distribution
Linux Ubuntu 20.04.5 LTS
### Python version
3.8.18
### GPU model an…
-
Hello !
I'm very interested in your MusiteDeept script to analyze protein sequences and predict tyrosine phoshorylation sites using the different models you propose.
Your site works great but I wa…
-
In my case, I use the [DCN example ](https://www.tensorflow.org/recommenders/examples/dcn) to build the rank model. I try to persist the model and reload the model to make predictions. My code is sima…
-
I have a Tensorflow 2.x model which is using the TF preprocessing layer (tf.keras.layers.DenseFeatures) and the distributional layer from TF probability (DistributionLambda)
```python
def regres…
-
I tried to run keras model on a browser using keras.js , but I got the following error while loading it
> Error: [Model] Model configuration does not contain any layer
The kera model is
```
f…
hmhwe updated
5 years ago
-
* python 3.6.8 64bit, keras 2.2.4, windows 10 64bit, rtx-2080ti
Training speed of 0.6.4 version is slower than 0.6.3 version.
The same result occurs with batch_size 32, 64, 128, 256 and 512.
* …
-
errors occur when I use the example code:
`from recurrentshop import *
from keras.layers import *
from keras.models import Model
input = Input((5,))
state1_tm1 = Input((10,))
state2_tm1 = Inpu…
-
I am getting error (below), while loading model. Can you help? -
from keras.models import load_model
loaded_model = load_model('model4b.10-0.68.hdf5')
**ERROR**:
deserialize_keras_object
rais…
-
Hi! I've tried to run your code, and there were 3 errors that I had to fix before it worked successfully.
1. **Error**: File "anaconda3/lib/python3.7/site-packages/tensorflow/python/keras/utils/gen…