-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(preprocessing): add pre-classify command to manually classify files #527
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #527 +/- ##
==========================================
- Coverage 20.15% 19.76% -0.40%
==========================================
Files 38 39 +1
Lines 3309 3375 +66
Branches 447 462 +15
==========================================
Hits 667 667
- Misses 2625 2691 +66
Partials 17 17
☔ View full report in Codecov by Sentry. |
README.md
Outdated
@@ -209,7 +210,8 @@ Options: | |||
Commands: | |||
clean Clean up files, only useful if you are using the default file structure | |||
infer Inference | |||
onnx Export model to onnx | |||
onnx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you mean to remove the onnx docstring?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, long time no see. ONNX support ended a long time ago, but I made a mistake in the order at that time.
so-vits-svc-fork/src/so_vits_svc_fork/__main__.py
Lines 766 to 767 in df0dd61
raise NotImplementedError("ONNX export is not yet supported") | |
"""Export model to onnx""" |
@GarrettConway Would you be a collaborator? (Becoming a collaborator does not create any obligation, but it does add one more emoji to your README while creating the possibility of increased mental pain) |
@34j Sure, though I don't know how much time I'll be able to commit to it in the long run. I was astounded by the number of changes you all have made while I was off on vacation and just recently caught up. Big kudos to you and the rest. |
This repository is somewhat outdated and you should not spend too much time on it. (Although if I had more time, I would make all model parts replacable.) It is cursed because it has somewhat gained too much recognition. |
No description provided.