Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
music-demixing-challenge-starter-kit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yoyololicon
music-demixing-challenge-starter-kit
Commits
bd474469
Unverified
Commit
bd474469
authored
3 years ago
by
Shivam Khandelwal
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Comment out UMX and XMUX to prevent no internet error to participants
parent
7e17c8c0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
predict.py
+2
-2
2 additions, 2 deletions
predict.py
with
2 additions
and
2 deletions
predict.py
+
2
−
2
View file @
bd474469
...
...
@@ -9,10 +9,10 @@ copy_predictor = CopyPredictor()
scaledmixture_predictor
=
ScaledMixturePredictor
()
# UMX needs `models` folder to be present in your submission, check test_umx.py to learn more
umx_predictor
=
UMXPredictor
()
#
umx_predictor = UMXPredictor()
# X-UMX needs `models` folder to be present in your submission, check test_xumx.py to learn more
xumx_predictor
=
XUMXPredictor
()
#
xumx_predictor = XUMXPredictor()
"""
PARTICIPANT_TODO: The implementation you want to submit as your submission
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment