Tensorflow Extra Utilities. https://github.com/awsaf49/tensorflow_extra
Project description
Tensorflow Extra
Extra Utilities for Tensorflow
Installation
pip install tensorflow-extra
Activations
SmeLU: Smooth ReLU
import tensorflow as tf
import tensorflow_extra as tfe
a = tf.constant([-2.5, -1.0, 0.5, 1.0, 2.5])
b = tfe.activations.smelu(a) # array([0., 0.04166667, 0.6666667 , 1.0416666 , 2.5])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tensorflow_extra-1.0.2.tar.gz
.
File metadata
- Download URL: tensorflow_extra-1.0.2.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6349c0f5ced5522fe449f95f7b95a513280944e84c95d4bcf763a1c12fb8e5bb |
|
MD5 | 5e52c7b1a0ce90cb82d543bc88bf9ad5 |
|
BLAKE2b-256 | 2c81646420078d882c9bb1f69f028e6db6747cec5c372d2423b99400e1776839 |
File details
Details for the file tensorflow_extra-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: tensorflow_extra-1.0.2-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb15f3acef5846dde20582c05f2e17902bf96afbf61b7fde14b18967ab62f8ae |
|
MD5 | 592fb21912fee74f7986009c6b4ed5ef |
|
BLAKE2b-256 | b2e51f78f97c43d5480e0603f5f22d85fe9ed02a55e7985544f0cbab2232aa18 |