mirror of
https://github.com/clearml/clearml-server
synced 2025-04-09 07:24:09 +00:00
Removed comments
This commit is contained in:
parent
4af3c65e5d
commit
c8f2b2b319
@ -355,7 +355,6 @@ def get_task_plots_v1_7(call, company_id, req_model):
|
||||
# last_iter_count=iters,
|
||||
# scroll_id=scroll_id)
|
||||
|
||||
# the following is a hack for Bosch, requested by Moshik
|
||||
# get last 10K events by iteration and group them by unique metric+variant, returning top events for combination
|
||||
result = event_bll.get_task_events(
|
||||
company_id, task_id,
|
||||
@ -414,7 +413,6 @@ def get_debug_images_v1_7(call, company_id, req_model):
|
||||
# last_iter_count=iters,
|
||||
# scroll_id=scroll_id)
|
||||
|
||||
# the following is a hack for Bosch, requested by Moshik
|
||||
# get last 10K events by iteration and group them by unique metric+variant, returning top events for combination
|
||||
result = event_bll.get_task_events(
|
||||
company_id, task_id,
|
||||
|
Loading…
Reference in New Issue
Block a user