1. 25 5月, 2023 4 次提交
  2. 24 5月, 2023 3 次提交
  3. 11 5月, 2023 1 次提交
  4. 10 5月, 2023 1 次提交
    • xuchaoxin1375's avatar
      - initially support the interface language switch:between Chinese and English · 3caa54e2
      xuchaoxin1375 提交于
        - the approch to achieve the multilanguage support depending on language string resource py file:
          - `zh.py` for Chinese
          - `en.py` for english
        - for convenience,these module was managed by the `multilanguage.py`module.
        - unfortunately,these features was test in `fviewer.py`,the main gui was still unable to work normally because the `windows.close` caused the program broken!
      - improve the regex_filter performance by using `re.compile` instead `re.<function>`
      3caa54e2
  5. 09 5月, 2023 1 次提交
  6. 30 4月, 2023 2 次提交
    • xuchaoxin1375's avatar
      - fix some bugs about pca_params · e4e1fb4d
      xuchaoxin1375 提交于
      - update `npy` save strategy
      e4e1fb4d
    • xuchaoxin1375's avatar
      - "update PCA transformer to the SER system" · 18eca268
      xuchaoxin1375 提交于
      - "there are some problems with recognize the single audio with pca preprocessing,the idea is to save the pca transformer when it was first fited,and then try to load corresponding file(joblib or pickle) when you need to recognize several audios that need extract the required dimension feature"
      18eca268
  7. 28 4月, 2023 1 次提交
  8. 27 4月, 2023 2 次提交
  9. 26 4月, 2023 2 次提交
    • xuchaoxin1375's avatar
      test_score,train_score and predict_proba if it is usable · 02fa31d1
      xuchaoxin1375 提交于
        - update the file viwer part function and operation logic with more flexibility.
      - kwon problems:
        - with the display or not display the predict_proba layout,the left column may need to resize the window to make the last part of view to visible!
      02fa31d1
    • xuchaoxin1375's avatar
      test_score,train_score and predict_proba if it is usable · 4d7792fc
      xuchaoxin1375 提交于
        - update the file viwer part function and operation logic with more flexibility.
      - kwon problems:
        - with the display or not display the predict_proba layout,the left column may need to resize the window to make the last part of view to visible!
      4d7792fc
  10. 23 4月, 2023 1 次提交
  11. 21 4月, 2023 3 次提交
  12. 20 4月, 2023 2 次提交
  13. 19 4月, 2023 2 次提交
  14. 18 4月, 2023 3 次提交
  15. 17 4月, 2023 1 次提交
  16. 16 4月, 2023 1 次提交
  17. 15 4月, 2023 1 次提交
  18. 13 4月, 2023 1 次提交
  19. 12 4月, 2023 1 次提交