Analyzing Models with TensorBoard - Deep Learning with Python, TensorFlow and Keras p.4

Поделиться
HTML-код
  • Опубликовано: 23 авг 2018
  • Welcome to part 4 of the deep learning basics with Python, TensorFlow, and Keras tutorial series. In this part, what we're going to be talking about is TensorBoard. TensorBoard is a handy application that allows you to view aspects of your model, or models, in your browser.
    Text tutorials and sample code: pythonprogramming.net/tensorb...
    Discord: / discord
    Support the content: pythonprogramming.net/support...
    Twitter: / sentdex
    Facebook: / pythonprogramming.net
    Twitch: / sentdex
    G+: plus.google.com/+sentdex

Комментарии • 298

  • @chtouroumahdi5990
    @chtouroumahdi5990 5 лет назад +16

    My day routine :
    1) Open youtube
    2) Check sentdex new tutorials !!
    Thank you for this amazing work !!

  • @kastin83
    @kastin83 4 года назад +12

    Wow hitting CMD from file explorer path just saved me a huge amount of time, no more batch files. awesome shortcut. thanks for the tip!

  • @LucidProgramming
    @LucidProgramming 5 лет назад +1

    Great video as always, Harrison. Thank you very much for taking the time to make such high-quality content. Cheers.

  • @contractorwolf
    @contractorwolf 5 лет назад

    seriously, that was the best explanation for how to use tensorboard, thx

  • @sina7190
    @sina7190 5 лет назад

    Thank you so much this part helped A LOT.

  • @virajdattkohir4767
    @virajdattkohir4767 5 лет назад +1

    Was eagerly waiting for this, thank you @sentdex !!

    • @sentdex
      @sentdex  5 лет назад

      Happy to share!

  • @jonathangerard745
    @jonathangerard745 4 года назад

    Thank You Sir, this tutorial helped me a lot!!! I really am a big fan of your videos.

  • @Evan_242
    @Evan_242 3 года назад

    Really really useful ,thank you Harrison, you're awesome.

  • @henryhsueh3553
    @henryhsueh3553 4 года назад

    The best tutorial ever! BTW, for 2020 mac user, if you cannot run the: tensorboard --logdir=logs/, use the pip install grpcio==1.24.3

  • @brooklyncheung8255
    @brooklyncheung8255 5 лет назад

    That's incredible~
    I'm waiting for ur next video.

  • @christaylor8142
    @christaylor8142 5 лет назад

    Hey Sentdex, love you tutorials. Thank you for taking the time to put them up.
    Will you cover any PyTorch tutorials?

  • @rahul-qo3fi
    @rahul-qo3fi 2 года назад

    This was great, Thank you!!

  • @scootscoot2k
    @scootscoot2k 5 лет назад +47

    "I really hope that didnt kill my recording"... doesnt check :P This video series is great btw!

    • @sentdex
      @sentdex  5 лет назад +18

      Can't check without hitting stop. Then I'd have to... *shudders* edit. Might as well just finish and hope for the best :D

    • @scootscoot2k
      @scootscoot2k 5 лет назад +1

      up next teach charles to edit? that actually would be super cool

  • @vighneshbalajianand4471
    @vighneshbalajianand4471 4 года назад

    Thank you @sentdex you are really awesome and this tutorial🔥🔥🔥🔥🔥

  • @ozan3550
    @ozan3550 4 года назад +135

    if you get a "Failed to create a directory" error as a windows user i fixed it by changing "/" to "\\" in log_dir.its looks like this now = TensorBoard(log_dir=" C:\\logs\\{}".format(NAME))

    • @rabieamelad1513
      @rabieamelad1513 4 года назад +7

      thank you very much, your comment save my life

    • @asyrafzlkln1701
      @asyrafzlkln1701 4 года назад +4

      Thanks alot bro :)

    • @ongliyan2880
      @ongliyan2880 4 года назад

      thanks

    • @apremgeorge
      @apremgeorge 4 года назад

      That awesome share man, you saved the day

    • @apremgeorge
      @apremgeorge 4 года назад +6

      Also we can use without format
      Name = f"tfModels-{int(time.time())}"
      tensorboard = TensorBoard(log_dir=f"logs\\{Name}")

  • @linho2872
    @linho2872 5 лет назад

    Keep going. it's very useful for me. Thanks a lot

    • @khoapham3083
      @khoapham3083 4 года назад

      Anh ơi, em bật cái tensorboard lên thì không thấy val_loss với val_acc, anh biết cách sửa ko ạ

  • @divyanshshukla4991
    @divyanshshukla4991 5 лет назад

    Great work. Keep us educating @sentdex

  • @AbhishekKumar-mq1tt
    @AbhishekKumar-mq1tt 5 лет назад

    Thank u for this awesome video

  • @IgnacioErro
    @IgnacioErro 5 лет назад +12

    7:42 "one more time" -> "un mas tiempo" LOL!
    Nice tutorial!

  • @dxamphetamin
    @dxamphetamin 5 лет назад +4

    are you planning on doing something about genetic/evolutionary algorithms? In future, maybe evolutionary neural nets?

  • @AlbertBonomo
    @AlbertBonomo 5 лет назад

    I was reading Conv2d reference from TensorFlow page and I can see that it has stride=, activation= and many other parameters that can be set to it. So, I wonder if we can eliminate the Activation() layer and use the activation= param of Conv2D instead ? Thanks for the video, it is great.

  • @NehaYadav1
    @NehaYadav1 5 лет назад

    Hey Sentdex,What's the theme of Sublime text editor that you are using? I really liked it..Anyway great tutorial series as always!!

  • @bcook745
    @bcook745 5 лет назад

    Hi - great video. With the example given, my PC takes about 10 minutes per epoch, and wanted to know if you have any tips for speeding things up. I'm using a fairly dated Dell XPS8300, Intel Core i7-2600 CPU, 16 GB RAM, NVIDIA GeForce GT 545 display adapter. I'm using the CPU only version of Tensorflow. If I install the GPU version of tensorflow, will that help do you think? I'm trying to avoid buying a new PC!

  • @CalvinL.Stevens
    @CalvinL.Stevens 5 лет назад +4

    do you also use the 1080ti for gaming or is it a pure workhorse?

  • @naveezalagarsamy9757
    @naveezalagarsamy9757 5 лет назад

    awesome video man

  • @hhano50
    @hhano50 2 года назад

    I would like to ask one question. I am using the exact route that you used. In each run, I am taking different values in accuracy and loss. That is why, the plots are different every time compared to the previous ones in TensorBoard. Is the training of data necessary again? or there is something different that we should also insert. Thank you.

  • @ELarivie
    @ELarivie 4 года назад

    Hi ! long time fan. How is it possible that at the 11 minute mark you have validation loss and accuracy both increasing? Shouldn't they be 100% inversely correlated? Thanks!

  • @farzanevafaii5820
    @farzanevafaii5820 2 года назад

    hi!
    thanks for your video
    I just dont get something about using tensorboard, why dont we use matplotlib and draw our plots with that like always?
    what is the difference?

  • @mathieuclerte5252
    @mathieuclerte5252 4 года назад +1

    Hi @sentdex, how likely are your tutorial series still "compatible" with TensorFlow 2.2 ?

  • @sharkdeng9253
    @sharkdeng9253 4 года назад

    very useful!

  • @Tiveny26
    @Tiveny26 5 лет назад +1

    Could you make a segmentation cnn instead of a classification one afterwards? Im really interested in that

  • @poopipeboy3033
    @poopipeboy3033 5 лет назад

    Hey Harrison, what's your opinion of the new Nvidia RTX graphics cards with the tensor cores for running deep neural networks in AI?
    I am considering upgrading to a 2060 when it is released, would be interesting to hear your own stance on it.

  • @Wrathofgod220
    @Wrathofgod220 5 лет назад

    Got tensorflow to work with that one line missing activation function in sublime. I was pulling my hair out trying to figure out why the code from ep. 3 was running only a fraction of the time. good work! I still don't know what is wrong with version tensorflow 1.9 on anaconda but ever since I updated from 1.8, tensorflow.keras stopped working.

  • @brunobelloni7614
    @brunobelloni7614 5 лет назад

    Can I make a prediction with an R-CNN with that .model I trained by watching your previous videos? How do I do that? I want to see if I have two flowers in the same image. Thank you

  • @dillonquan2076
    @dillonquan2076 5 лет назад

    I realized that you called the numbers on the x-axis epoch while Tensorboard has it labeled as step. So do in this case step is equivalent to epoch?

  • @liangyumin9405
    @liangyumin9405 5 лет назад

    Nice Tutorial

  • @cabezaotomi
    @cabezaotomi 5 лет назад +2

    "One more time" -> "Un maś tiempo" wrong -> "Una vez más" right
    Awesome tutorial series man :D

    • @sentdex
      @sentdex  5 лет назад +3

      So imma be prob still sayin un mas tiempo still xD. It's official Sentish language, sir!

  • @PavanKumar-jc1qn
    @PavanKumar-jc1qn 5 лет назад

    This was very helpful. How can I show an ROC curve on TensorBoard? Thank you

  • @flamespirit
    @flamespirit 5 лет назад

    if you use from keras.callbacks import TensorBoard you don not have to initialize it ;)
    took me some time to figure that out

  • @bijinmabraham3887
    @bijinmabraham3887 2 года назад

    I have trained a custom model with 3 classes, using SSD MobileNet in TensorFlpw, Is there a way to find the average precision of these individual classes ?

  • @dmmd5329
    @dmmd5329 4 года назад +5

    If you get "ValueError: Failed to find data adapter that can handle input" use
    import numpy as np
    X = np.asarray(pickle.load(open("X.pickle", "rb")))
    y = np.asarray(pickle.load(open("y.pickle", "rb")))

    • @bibimylosam
      @bibimylosam 4 года назад +1

      You are a lifesaver bro. Thanks for the help!

    • @shauryavardhan7225
      @shauryavardhan7225 4 года назад +1

      You effin Lifesaver !! THANK YOU!

  • @shadeofthetrees
    @shadeofthetrees 5 лет назад +1

    Sweet fancy Moses...I can definitely tell that I don't have a dedicated GPU. Each epoch is averaging around 115s, which is leaps and bounds slower than yours. Makes trial and error quite a bit more tedious.

  • @ayush0477
    @ayush0477 5 лет назад

    very useful

  • @mauricioluisvega8342
    @mauricioluisvega8342 4 года назад

    Is there a function that allows me to see the improvement in percentage?
    Supposedly, that percentage is reduced but I can see somehow.

  • @anefuoche1053
    @anefuoche1053 3 года назад

    please what is the most recent way to do GPUOptions and Session? Apparently GPUOptions and Session are deprecated. I am getting errors that tensorflow does not have those as modules.

  • @trickermaelstrom4418
    @trickermaelstrom4418 5 лет назад

    I have 1 question, How can I get the accuracy score for each class? I want to know from class 1 what accuracy I got, from class 2 what accuracy I got?

  • @jamessinadjan5
    @jamessinadjan5 5 лет назад

    how many gpus you have, and what type of gpus you use? thanks.

  • @nikosplugachev6610
    @nikosplugachev6610 5 лет назад

    I love these tutorials!!!!!!
    I love keras!!!!!!!
    Unlike many other stupid tutorials, everything is explained very well and the code actually works!

  • @shawnkan7157
    @shawnkan7157 4 года назад

    is the model created gradient descent? or is it SGD?

  • @dennisasamoah2213
    @dennisasamoah2213 3 года назад

    wonderful

  • @dearheart2
    @dearheart2 5 лет назад

    Nice videos, keep up the good work. If 573K joins, you should be able to add roughly 1/2 a million mugs to your collection each month.

  • @nikosplugachev6610
    @nikosplugachev6610 5 лет назад

    Try using pycharm CE to make the tutorials even better!

  • @jaydevsinhzankat8872
    @jaydevsinhzankat8872 3 года назад +2

    when Sentdex runs this code it shows 17000 + samples but when I Run this it shows only 500 samples so how can I increase my samples no. please help me if anyone gets me. plzzzzzzzzzzzzz

  • @kaikewesleyreis
    @kaikewesleyreis 5 лет назад

    @sentdex, is necessary to see your preview tutorial about deeplearning with tensorflow to follow this one?

    • @glorytoarstotzka330
      @glorytoarstotzka330 5 лет назад

      if you know enough about deep learning already that wasnt in that video , then u shouldnt have a problem

    • @sentdex
      @sentdex  5 лет назад

      If you mean in this series, then probably, yes...or have already an understanding of TF and keras.

  • @mahshidsoleymani1963
    @mahshidsoleymani1963 4 года назад

    Thank you for the great video . How can I plot accuracy for both train and validation set in one graph ?

    • @anishthapaliya703
      @anishthapaliya703 4 года назад +1

      import keras
      from matplotlib import pyplot as plt
      # history = model1.fit()
      plt.plot(history.history['acc'])
      plt.plot(history.history['val_acc'])
      plt.title('model accuracy')
      plt.ylabel('accuracy')
      plt.xlabel('epoch')
      plt.legend(['train', 'val'], loc='upper left')
      plt.show()
      plt.plot(history.history['loss'])
      plt.plot(history.history['val_loss'])
      plt.title('model loss')
      plt.ylabel('loss')
      plt.xlabel('epoch')
      plt.legend(['train', 'val'], loc='upper left')
      plt.show()

  • @bernardoolisan1010
    @bernardoolisan1010 3 года назад

    @sentdex at minute 10:59 is it overfitting?

  • @houdadj8747
    @houdadj8747 4 года назад +7

    if you get a AttributeError: module 'tensorflow' has no attribute 'Session'
    / or ConfigProto / or GPUOptions
    then you must change it to : tf.compat.v1.GPUOptions /tf.compat.v1.Session/tf.compat.v1.ConfigProto

    • @alokkr029
      @alokkr029 3 года назад

      where I have to do this change

    • @honedippo
      @honedippo 2 года назад +1

      @@alokkr029 gpu_options = tf.compat.v1.GPUOptions(per_process_gpu_memory_fraction=0.333)
      sess = tf.compat.v1.Session(config=tf.compat.v1.ConfigProto(gpu_options = gpu_options))

  • @mehranzand2873
    @mehranzand2873 4 года назад

    you are the best

  • @manishbatta6603
    @manishbatta6603 4 года назад

    i am new to deep learning and programming will is this the right way to start from here onward.Will i will be able to learn everything here??????
    I know ML , n python i recently done this in 2 month program.
    please help

  • @souha5188
    @souha5188 3 года назад

    what should i do if the val_acc is too low than the accuracy ?

  • @yashdwivedi2037
    @yashdwivedi2037 5 лет назад

    Great Video man.I am implementing this same dataset completely in Tensorflow(tf.nn stuff).However after a few iterations my loss/cost value turns to nan.I have tried tinkering with the learning rate but its not helping.Any tips?

    • @pratyushpradhan2612
      @pratyushpradhan2612 5 лет назад

      reduce the number of epochs and neurons in dense layer, use regularization and choose a different activation function

  • @aravindnaidu1286
    @aravindnaidu1286 3 года назад

    to get those graphs we can just simply use matplotlib library right???

  • @VyreBET
    @VyreBET 11 дней назад

    Can I Also try this on Pycharm IDE? Or do I Really need to Install SUblime?

  • @shashanksaurav4798
    @shashanksaurav4798 5 лет назад

    can you make a video on tensorboard debugger plugin & also embedding visualizer . Thank you

  • @anirudhsilverking5761
    @anirudhsilverking5761 5 лет назад

    No dashboards are active for the current data set. Please help

  • @user-ll5ju5oj2x
    @user-ll5ju5oj2x 4 года назад +2

    I get an error saying that a cirectory could not be created in relation to logs/Tagged-vs-untagged-cnn-64x2-1563446211\plugins\profile\2019-07-18_11-36-52 (with tagged-vs-untagged etc being my version of cats and dogs file name). Any ideas how to fix? This error is related to tensorflow.

    • @karmitdhawan2658
      @karmitdhawan2658 4 года назад

      tensorboard=TensorBoard(log_dir='logs\{}'.format(NAME))
      put a forward slash instead of backslash in logs, that solved the problem for me

  • @Gissel1989
    @Gissel1989 5 лет назад

    when does the sc2 ai series come back? really liked it

  • @pulkitgaur4438
    @pulkitgaur4438 10 месяцев назад

    I have a Question how did all the epochs ran simultaniously I get one epoch at a time

  • @ernestoyounes2946
    @ernestoyounes2946 3 года назад +3

    i can only see epoch_accuracy and epoch_loss on my tensorboard and not those graphs that are shown in your video. can anybody point out a solution for this. thanks a bunch

    • @gaznador2749
      @gaznador2749 2 года назад

      Did you find a solution? If you do, please let me know

  • @domenicobezuidenhout1587
    @domenicobezuidenhout1587 3 года назад

    Hello Dex, I am having the weirdest issue with this.
    I will change nothing in my code except adding from tensorflow........ import tensorboard
    The minute i add this my loss goes from .08 to 1.6 and nothing in the underlying code has changed? I am extremely confused

  • @noreddinebelhaoua7659
    @noreddinebelhaoua7659 3 года назад

    Hello when I'm using tensorboard i get this issue ProfilerNotRunningError: Cannot stop profiling. No profiler is running.

  • @7characters
    @7characters 5 лет назад

    I actually screamed out “YESSS!” at my work office when I got the notification for this... I’ve reached new lows (highs)

  • @liangyumin9405
    @liangyumin9405 5 лет назад

    Hi sentdex, I want to know the version of ur tf is tensorflow or tensorflow-gpu?

  • @user-hz9lk1ss6s
    @user-hz9lk1ss6s 5 лет назад

    hey. is it possible to do on google colab's GPU?

  • @user-vs3xr1wd8h
    @user-vs3xr1wd8h Год назад

    I have a question, I located my working directory and typed "tensorboard --logdir=logs/" as but i got this error "'tensorboard' is not recognized as an internal or external command, operable program or batch file." Can anyone help me?

  • @Glatium
    @Glatium 4 года назад +1

    for window user remove "/" for tensorflow directory path to tensorboard = TensorBoard(log_dir="logs{}".format(NAME)) . At the beginning kindly include log_dir = os.path.join(
    "logs",
    "fit",
    datetime.datetime.now().strftime("%Y%m%d-%H%M%S"),
    )

  • @g0rth0rTBL
    @g0rth0rTBL 5 лет назад

    Hey sentdex, you haave sooo many deep learning videos I don't know where to start. Where should I start (I already have solid python and maths skills).

    • @sentdex
      @sentdex  5 лет назад

      This series is meant to be a more gentle, yet not 5 year long intro to ML, so just the beginning of this series should be fine. pythonprogramming.net/introduction-deep-learning-python-tensorflow-keras/

  • @kacemichakdi3048
    @kacemichakdi3048 5 лет назад +1

    Hi sir, I hope that u are fine.
    When running in the (Anaconda) command prompt, correct environment, I get an error:
    AttributeError: module 'tensorboard' has no attribute SessionRunHook.
    Can you help me with this?
    Thank u for every thing ^_^.

    • @noname-xq7zn
      @noname-xq7zn 4 года назад

      Use tensorflow.compat.v1 worked for me

  • @kibbutztradelink2287
    @kibbutztradelink2287 4 года назад

    ERROR:root:Internal Python error in the inspect module.
    Below is the traceback from this internal error.
    i cant find the error, please help upon it.

  • @dt28469
    @dt28469 3 года назад

    How do you delete log files from there? It doesn't let me delete old runs

  • @chetangodiya1
    @chetangodiya1 4 года назад

    Hey can you show how we can find two similar featured face and replace them with each other .... ?

  • @_spartian_
    @_spartian_ 4 года назад +2

    Hey, insted of showing 4 graphs I am only able to see 2 (epoch_accuracy and epoch_loss) not like yours and also even after one run they showed up 2 (as train and validation)
    how can i see separate 4 graphs

    • @amoghchavan6373
      @amoghchavan6373 4 года назад +1

      hey bro same , i guess it is due to update in 2020.
      also i can not find the log file in my directory since i am using jupyter notebook (if you have the solution plzz tell)
      i used
      %load_ext tensorboard
      import tensorflow as tf
      import datetime, os
      logs_base_dir = "./logs"
      os.makedirs(logs_base_dir, exist_ok=True)
      %tensorboard --logdir {logs_base_dir}
      this to load tensorboard

    • @_spartian_
      @_spartian_ 4 года назад

      ​@@amoghchavan6373 Sure, No it's not jupyter notebook's problem. You can do that with jupyter...
      You don't need to use OS for making directory. log_dir(argument) in tensorboard, will create path you specify.
      This is the code i'm using,
      NAME = "{}-conv-{}-nodes-{}-dense-{}".format(conv_layer, layer_size, dense_layer, datetime.datetime.now().strftime("%Y%m%d-%H%M%S"))
      tensorboard_callback = TensorBoard(log_dir="logs\\{}".format(NAME))
      In my case i'm simply generating 'logs' folder(which is created by tensorboard) in jupyter notebook's folder where my code file is...
      Please check your log_dir argument. Your logs might be at that place.
      Hope this solves your problem. Ask if you still stuck there...

    • @amoghchavan6373
      @amoghchavan6373 4 года назад

      @@_spartian_ thank you for your help , also i have completed the entire model without any errors . if u need any help then let me know

  • @solques36
    @solques36 3 года назад +2

    'tensorboard' is not recognized as an internal or external command,
    operable program or batch file.
    i got this error could u help me ? Thank u:)

  • @praveshbudhathoki736
    @praveshbudhathoki736 4 года назад +10

    got errors in cmd while running (tensorboard --logdir = logs/) then, use this that worked for me
    (tensorboard --logdir logs)

  • @stevensu5658
    @stevensu5658 2 года назад

    Greetings from NZ~ I'm using colab to analyze this model in 2021. However, I could find where the "logs" folder is since I've got the directory to my Google Drive. Has anyone been through a similar situation when using colab to run this?

  • @hasanocakalumni9529
    @hasanocakalumni9529 5 лет назад

    How can we use these pickle files for the Google Colab. Does anyone know?

  • @chouchou2445
    @chouchou2445 3 года назад

    hello, thank you
    How to load tensorboard in colab please i find empty web page

  • @nidhikundu3620
    @nidhikundu3620 3 года назад

    AttributeError: module 'tensorflow.python.estimator.estimator_lib' has no attribute 'SessionRunHook' how to resolve this

  • @zboinek
    @zboinek 5 лет назад

    Hello again, I have one problem. I tried this model on CPU and got 20s per epoch, then I moved it to my Tesla V100 machine and I also getting 20s per epoch :( Do you have any idea why? Tesla has been discovered properly and it's working with all drivers cudnn and all that jazz. HEEELP!!

  • @alejandroarevalo8897
    @alejandroarevalo8897 4 года назад

    When Im soppouse to write in my "cmd tensorboard --logdir=logs/" nothing but this shows up
    ValueError: Not a TBLoader or TBPlugin subclass:
    Can anyone help me?

  • @bond-hn4wd
    @bond-hn4wd 4 года назад

    not matching prediction for cats, did with many pictures but the result was [[4.1456 (something)]]. did your codes as well but the result was the same, for dogs though the results were good. please help!

  • @davronsherbaev9133
    @davronsherbaev9133 3 года назад

    The reason why the server stopped on first attemp was that you put carret in CMD line. In windows it pauses the running process)

  • @anthonieschaap1625
    @anthonieschaap1625 8 месяцев назад

    My validation accuracy and validation loss are not showing in TensorBoard. Anyone know the solution?

  • @anishthapaliya703
    @anishthapaliya703 4 года назад

    logdir not work in command?Try below code
    tensorboard --logdir logs/fit

  • @bernardoolisan1010
    @bernardoolisan1010 3 года назад

    i love how u say "un mas tiempo", im from mexico and you say here "Otra vez"

  • @f_ftactics7928
    @f_ftactics7928 3 года назад +1

    why do I only get epoch_accuracy and epoch_loss graphs? Any ideas? thanks.

  • @markd964
    @markd964 5 лет назад

    Many problems with the terminal tensorboard logdir command. Just get list of traceback errors, ending in "_pywrap_tensorflow_internal' has no attibute 'TF_ListPysicalDevices' ". Have tried Vinny V's fix below, numerous Github / stackoverflow fixes, but no solution. Reinstalled / upgraded TF to 1.14. No solution. If anyone can suggest any fix, or resource, it'd be appreciated...thx (Update-solved via fix on Stackoverflow-
    Tensorboard: OSError: [Errno 22] Invalid argument when trying to run tensorflow from command prompt

  • @sub_tropic
    @sub_tropic 5 лет назад

    Wouldn't it be clearer to systematically optimise hyper parameters for bias and variance separately, rather than conflate them like this?

  • @javitolez
    @javitolez 5 лет назад +2

    And in the terminal have the next error:
    it shows "tensorboard' is not recognized as an internal or external command,
    operable program or batch file" , does anyone know how to solve it?

    • @gianistatie207
      @gianistatie207 5 лет назад +1

      python -m tensorboard.main --logdir=[path]

    • @jeffan
      @jeffan 5 лет назад +1

      in cmd..... python -m tensorboard.main --logdir=logs/ --host localhost --port 8088

    • @AndJusTIceForRob
      @AndJusTIceForRob 4 года назад

      @@gianistatie207 python -m tensorboard.main --logdir=logs/ worked for me

  • @mingshengng218
    @mingshengng218 2 года назад

    tensorboard part is not working at all, get the "No dashboards are active for the current data set." result
    try alot ways still cant solve it, anyone hv any idea how to solve this issue? is the syntax outdated?