Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

**Feat: Integrate Loss Graphs into Gradio Interface**

Open Wernervanrun opened this issue 1 year ago • 0 comments

Pull Request Checklist

  • [x] The PR has a proper title. Use Semantic Commit Messages.
  • [x] Ready to be merged into the relevant branch.
  • [x] The code submitted has been tested and runs successfully.

PR Type

  • New Feature: Add loss graph functionality for Gradio interface.

Description

This pull request introduces a new feature to enhance the Gradio interface by adding the ability to visualize loss graphs:

  1. Add Loss Graph Functionality for Gradio Interface
    • Implemented helper functions to retrieve and display loss graphs for different projects.
    • Integrated these graphs with Gradio, providing interactive tabs for users to view and switch between different loss graphs.
    • Handled project selection logic to ensure that the correct loss graphs are displayed based on the user's selection.
    • Added helper functions for generating and saving loss graphs from TensorBoard logs, which are then displayed within the Gradio interface.

Screenshot

Capture_01

Capture_02

Wernervanrun avatar Aug 09 '24 14:08 Wernervanrun