Usage Sample ''''''''''''
.. code:: python
from keras_model_hub import TextCNN
model = Sequential([
Embedding(vocab_size, embed_dim, input_length=None, mask_zero=False),
TextCNN(num_classes, activation='softmax')
])
Release files for keras-model-hub 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| keras-model-hub-0.1.0.tar.gz | 8.9 kB | Details |
Release files / keras-model-hub-0.1.0.tar.gz
| Download URL | keras-model-hub-0.1.0.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4e8c10613d53b0c5a00ca5c757547b669562a7b0cf5b6f208aeaaf834c40d720
|
|
BLAKE2b-256 checksum How to use checksums |
b6c50ba9558cd0b08a79e218c3acb5c419e88580242c81f4493499ffdfceb5d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.18
|