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.2.tar.gz
(7.1 kB
view details)
File details
Details for the file keras-model-hub-0.0.2.tar.gz.
File metadata
- Download URL: keras-model-hub-0.0.2.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc85130f2e8b1367a18599bde7aafc0c274296b630a21e77b8c8c87ca928b464
|
|
| MD5 |
cf22c984e30edc4d6800d3f2b8e646b7
|
|
| BLAKE2b-256 |
c36b9dc167668fba29b75bfb26cd3afbfb3d60b1bf14b763a51e6adc2cc208b5
|