No project description provided
Project description
EasyTensorBoard
import tensorflow as tf
from easytensorboard import EasyTensorBoard
a = tf.constant(5.0, name="a")
b = tf.constant(6.0, name="b")
c = tf.add(a, b, name='c')
tb = EasyTensorBoard()
with tf.Session() as sess:
tb.save(sess.graph)
tb.board()
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
EasyTensorBoard-1.0.0.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file EasyTensorBoard-1.0.0.tar.gz.
File metadata
- Download URL: EasyTensorBoard-1.0.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c49513a3c0a0c361528b746abf11b1207752e4ced9a4b30052357f1060f6fcc6
|
|
| MD5 |
93ad80b4f02a0039e7abcbf21633b458
|
|
| BLAKE2b-256 |
3955734a0e24cfd08969714fc7c47e224dce0c001e60d24c91931c8d4773488a
|
File details
Details for the file EasyTensorBoard-1.0.0-py3-none-any.whl.
File metadata
- Download URL: EasyTensorBoard-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
040d444544af506d02666fb86c1c4b9d35c9b928c360ef9fd70a6e9175383d6b
|
|
| MD5 |
5b2a5ea373039c8cadf37086c95f4bf3
|
|
| BLAKE2b-256 |
087646b2a5a9c132400cbfcef990d9a0a8ef6f7370f02657ebe3eee40cc86e28
|