Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

EasyTensorBoard-1.0.0-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page