-
Notifications
You must be signed in to change notification settings - Fork 549
Tensorboard logdir not right #4618
Comments
@lbin are you suggesting a bug fix? would you like to submit a PR for this fix? |
Hi lbin, where did you see the command |
I used ssh to login into the container, and 'htop' to get this command @hzy46 |
What is the version of your OpenPAI? |
v1.0.1 |
Can you share your job configuration? I'm going to reproduce this bug. |
https://github.com/microsoft/pai/blob/v1.0.1/contrib/submit-job-v2/src/App/TensorBoard.tsx#L408 maybe here give the wrong path, but i am not familiar with tsx or pai framwork @scarlett2018 @hzy46 |
https://github.com/microsoft/pai/blob/v1.0.1/contrib/submit-job-v2/src/App/TensorBoard.tsx#L385
|
@lbin, after a careful check of tensorboard command, I find Here is the help for You can see |
my tensorboard version is 2.2.2 |
Thanks, I found it is a breaking change of tensorboard v2.0.0. Refer to https://github.com/tensorflow/tensorboard/releases/tag/2.0.0:
I think our tensorboard plugin should use |
As the describe above |
I downgraded my tensorboard~ |
Original issue: microsoft/pai#4618. When using tensorboard v2. If logdir only has one entry, using `--logdir` option If logdir contains many entries, using `--logdir_spec` option
Fixed by: #4658 |
Data location: path:/mnt/tensorboard
/opt/conda/bin/python /opt/conda/bin/tensorboard --logdir=path:/mnt/tensorboard --port=12148 --bind_all
mightbe not required
and I killed
/opt/conda/bin/python /opt/conda/bin/tensorboard --logdir=path:/mnt/tensorboard --port=12148 --bind_all
and rerun
/opt/conda/bin/python /opt/conda/bin/tensorboard --logdir=/mnt/tensorboard --port=12148 --bind_all
Tensorboard worked
The text was updated successfully, but these errors were encountered: