Skip to content
Snippets Groups Projects
Commit 37067fad authored by Bobholamovic's avatar Bobholamovic
Browse files

Fix constant typo

parent 9fb61787
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ def _get_basic_configs(ds_name, C): ...@@ -173,7 +173,7 @@ def _get_basic_configs(ds_name, C):
) )
elif ds_name.startswith('AC'): elif ds_name.startswith('AC'):
return dict( return dict(
root = constants.IMDB_AirChange root = constants.IMDB_AIRCHANGE
) )
elif ds_name.startswith('Lebedev'): elif ds_name.startswith('Lebedev'):
return dict( return dict(
...@@ -247,7 +247,7 @@ def single_val_ds_factory(ds_name, C): ...@@ -247,7 +247,7 @@ def single_val_ds_factory(ds_name, C):
dataset_obj, dataset_obj,
batch_size=1, batch_size=1,
shuffle=False, shuffle=False,
num_workers=C.num_workers, num_workers=1,
pin_memory=False, drop_last=False pin_memory=False, drop_last=False
) )
......
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