Model hub for Pytorch.
Project description
Usage Sample ''''''''''''
.. code:: python
from keras_model_hub import TextCNN
model = Sequential([
Embedding(vocab_size, embed_dim, input_length=None, mask_zero=False),
TextCNN(20, kernel_sizes),
Dense(num_classes, activation='softmax')
])
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
keras-model-hub-0.0.1.tar.gz
(6.7 kB
view details)
File details
Details for the file keras-model-hub-0.0.1.tar.gz.
File metadata
- Download URL: keras-model-hub-0.0.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d39dba6a06b9ad8785b5aba1c70e2cc7bdb09226aa364c4f18b37c79e29512db
|
|
| MD5 |
8af74465391efb1046c96c9537cc5b6e
|
|
| BLAKE2b-256 |
14de89a6768d72933097e68059b99f1de21bc27b458a94fb2188e866b0369ee4
|