Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
add more faqs
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Sep 18, 2023
1 parent b703e52 commit 45ab5b2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion faq/colab-disconnect.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Is Google Colab Operational?
# Situation with Google Colab

Unfortunately, Google Colab is currently unavailable as Google has taken measures to restrict access to Colab services, including Applio. We kindly request that you refrain from asking this question in the future as the situation remains unchanged.
2 changes: 2 additions & 0 deletions faq/epoch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Epoch
An Epoch is the number of iterations performed during training to complete one full cycle of your dataset. For example, if you have a dataset of 200 audio samples and you set a batch_size of 10, 10 audio samples will be processed in each iteration. To process all 200 audio samples, you will need to perform 20 iterations in total. This complete cycle is referred to as one epoch.
17 changes: 17 additions & 0 deletions faq/pitch-extraction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Pitch extraction differences

- **pm:** It provides a quick but inefficient result and is less faithful to the voice model.

- **Harvest:** It offers a better replication of tones from our Acapella but is slower and often gives errors initially.

- **Dio:** Possibly used for moments when our Acapella has rapid word pronunciation, such as in rap.

- **Crepe:** It provides better word pronunciation results.

- **Crepe-tiny:** Similar to crepe, it processes faster but with less aggressiveness.

- **Mangio-crepe:** It provides better results in terms of breaths and performs the same as crepe, but it is slower and sometimes yields poorer results.

- **Mangio-crepe-tiny:** Similar to mangio-crepe, it's faster but with less aggressiveness.

- **Rmvpe:** It is a combination of pm and crepe but is fast for both training and inference. It is the most faithful to the voice model (currently the best option).
2 changes: 2 additions & 0 deletions faq/tensorboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Tensorboard
Tensorboard is a series of graphs where we can monitor the progress of our model during training, but there are many graphs. We are only interested in the graph called 'g/total'. You can find this by clicking on 'inactive' and selecting 'scalars'. Then, go to the last page, where you will find it in the last graph.

1 comment on commit 45ab5b2

@vercel
Copy link

@vercel vercel bot commented on 45ab5b2 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

applio-docs – ./

applio-docs-applio.vercel.app
applio-docs-git-master-applio.vercel.app
applio-docs-murex.vercel.app

Please sign in to comment.