BenAAndrew / Voice-Cloning-App

A Python/Pytorch app for easily synthesising human voices
BSD 3-Clause "New" or "Revised" License
1.4k stars 233 forks source link

Add Tensorboard metrics #147

Closed Avedena closed 2 years ago

Avedena commented 2 years ago

This PR will add TensorBoard to the App. The Metrics are saved under dataset/tensorboard/{DATASET-NAME} In this current stage, only the training loss are tracked. More Metrics will follow in the future. tensorboard

To start TensorBoard, execute following in a new Terminal. Don't forget to load the conda environment!

tensorboard --logdir=data/tensorboard
codecov-commenter commented 2 years ago

Codecov Report

Merging #147 (3658ede) into main (e8f2e0c) will decrease coverage by 0.08%. The diff coverage is 81.81%.

@@            Coverage Diff             @@
##             main     #147      +/-   ##
==========================================
- Coverage   91.93%   91.84%   -0.09%     
==========================================
  Files          23       23              
  Lines        1240     1251      +11     
==========================================
+ Hits         1140     1149       +9     
- Misses        100      102       +2     
Impacted Files Coverage Δ
training/train.py 79.25% <81.81%> (+0.22%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more