Yeyito commited on
Commit
20ed3ea
1 Parent(s): 0c9031b

We use the same code in here to test the models outside of this space

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -83,9 +83,16 @@ def worker_thread():
83
  global modelQueue, server
84
  while True:
85
  for submission in modelQueue:
86
- evaluate(submission[0],submission[1].split(" ")[0])
87
- modelQueue.pop(modelQueue.index(submission))
 
 
 
 
 
 
88
  time.sleep(1)
 
89
  time.sleep(1)
90
 
91
  def queue(model,model_type):
 
83
  global modelQueue, server
84
  while True:
85
  for submission in modelQueue:
86
+ #evaluate(submission[0],submission[1].split(" ")[0])
87
+ #modelQueue.pop(modelQueue.index(submission))
88
+
89
+ # Uncomment those lines in order to begin testing, I test these models outside of this space and later commit the results back.
90
+ # I highly encourage you to try to reproduce the results I get using your own implementation.
91
+ # Do NOT take anything listed here as fact, as I'm not 100% my implementation works as intended.
92
+ # Take whatever you see in the leaderboard as a grain of salt, do NOT accuse models of cheating just because of their placement here alone.
93
+
94
  time.sleep(1)
95
+
96
  time.sleep(1)
97
 
98
  def queue(model,model_type):