Skip to content
Snippets Groups Projects
Commit 903817aa authored by Michael Langguth's avatar Michael Langguth
Browse files

Removal of unused argument from generate_fetches in main_train_models.py.

parent 07b66e90
No related branches found
No related tags found
No related merge requests found
Pipeline #75882 passed
......@@ -405,7 +405,7 @@ class TrainModel(object):
return self.val_fetches
def generate_fetches(self, fetch_list, nest_element=None):
def generate_fetches(self, fetch_list):
"""
Generates dictionary of fetches from video model instance
:param fetch_list: list of attributes of video model instance that are of particular interest;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment