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(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.1.0.tar.gz
(8.9 kB
view details)
File details
Details for the file keras-model-hub-0.1.0.tar.gz.
File metadata
- Download URL: keras-model-hub-0.1.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e8c10613d53b0c5a00ca5c757547b669562a7b0cf5b6f208aeaaf834c40d720
|
|
| MD5 |
466d32bf4e9c2a6d7cd18f1a7ea4dbc7
|
|
| BLAKE2b-256 |
b6c50ba9558cd0b08a79e218c3acb5c419e88580242c81f4493499ffdfceb5d3
|