Skip to content
Snippets Groups Projects
Unverified Commit bd474469 authored by Shivam Khandelwal's avatar Shivam Khandelwal Committed by GitHub
Browse files

Comment out UMX and XMUX to prevent no internet error to participants

parent 7e17c8c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment