nevreal commited on
Commit
f5d6b29
1 Parent(s): 0f95c25

Update tools/calc_rvc_model_similarity.py

Browse files
Files changed (1) hide show
  1. tools/calc_rvc_model_similarity.py +1 -1
tools/calc_rvc_model_similarity.py CHANGED
@@ -1,4 +1,4 @@
1
- # This code references https://huggingface.co/JosephusCheung/ASimilarityCalculatior/blob/main/qwerty.py
2
  # Fill in the path of the model to be queried and the root directory of the reference models, and this script will return the similarity between the model to be queried and all reference models.
3
  import os
4
  import logging
 
1
+
2
  # Fill in the path of the model to be queried and the root directory of the reference models, and this script will return the similarity between the model to be queried and all reference models.
3
  import os
4
  import logging