Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
**Feat: Integrate Loss Graphs into Gradio Interface**
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:
- 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.