The Wayback Machine - https://web.archive.org/web/20200713092859/https://github.com/topics/tensorboard
Skip to content
#

tensorboard

Here are 304 public repositories matching this topic...

vpapaioannou
vpapaioannou commented Jun 4, 2019

Describe the bug
I try to run tensorboardX/examples/demo_graph.py for jupyter notebook (launched by anaconda navigator) and I get the error seen at Additional context.

I just copy paste the code to notebook from Github.

Minimal runnable code to reproduce the behavior
class SimpleModel(nn.Module):
def init(self):
super(SimpleModel, self).init()

This repository allows you to get started with a gui based training a State-of-the-art Deep Learning model with little to no configuration needed! Training with TensorFlow has never been so easy.

  • Updated Jun 23, 2020
  • Python
chrisranderson
chrisranderson commented Aug 26, 2017

Thanks to @wilcoschoneveld (see #41) for this.

I explain a lot of this in the README, but it would be better as part of the visualization, and make it easier to count and trace stuff back to your code (e.g. Huh, that filter looks interesting, but there are 256 of them, and I'm not going to count all of them to figure out which one it actually is).

I'm not sure how all this would work, give

This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. Training with YOLOv3 has never been so easy.

  • Updated Jul 12, 2020
  • Python

Improve this page

Add a description, image, and links to the tensorboard topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tensorboard topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.