Update aishell tensorboard log for new LabelSmoothing loss (#128)

* Update aishell tensorboard log for new LabelSmoothing loss

* Minor fixes
This commit is contained in:
Wei Kang 2021-11-22 12:26:44 +08:00 committed by GitHub
parent 4151cca147
commit e2c9c728d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -216,7 +216,7 @@ Training logs and checkpoints are saved in the folder set by ``--exp-dir``
.. code-block:: bash
$ cd conformer_ctc/exp/tensorboard
$ tensorboard dev upload --logdir . --description "Conformer CTC training for Aishell with icefall"
$ tensorboard dev upload --logdir . --name "Aishell conformer ctc training with icefall" --description "Training with new LabelSmoothing loss, see https://github.com/k2-fsa/icefall/pull/109"
It will print something like below:
@ -227,10 +227,10 @@ Training logs and checkpoints are saved in the folder set by ``--exp-dir``
To stop uploading, press Ctrl-C.
New experiment created. View your TensorBoard at: https://tensorboard.dev/experiment/WE1DocDqRRCOSAgmGyClhg/
New experiment created. View your TensorBoard at: https://tensorboard.dev/experiment/engw8KSkTZqS24zBV5dgCg/
[2021-11-16T10:51:46] Started scanning logdir.
[2021-11-16T10:52:32] Total uploaded: 111606 scalars, 0 tensors, 0 binary objects
[2021-11-22T11:09:27] Started scanning logdir.
[2021-11-22T11:10:14] Total uploaded: 116068 scalars, 0 tensors, 0 binary objects
Listening for new data in logdir...
Note there is a URL in the above output, click it and you will see

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

After

Width:  |  Height:  |  Size: 334 KiB