Skip to content
Snippets Groups Projects
Commit c706bfba authored by Shivam Khandelwal's avatar Shivam Khandelwal
Browse files

Typo in function name for setup

parent c02a17d8
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class RandomPredictor(AirbornePredictor):
PARTICIPANT_TODO:
You can do any preprocessing required for your codebase here like loading up models into memory, etc.
"""
def predict_setup(self):
def inference_setup(self):
random.seed(42)
pass
......
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