From e12be71294e52cac85d4ecf99b2218d98afc234a Mon Sep 17 00:00:00 2001 From: Neta Zmora <neta.zmora@intel.com> Date: Thu, 31 Oct 2019 13:02:34 +0200 Subject: [PATCH] fix spelling in a comment --- distiller/apputils/data_loaders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distiller/apputils/data_loaders.py b/distiller/apputils/data_loaders.py index ff4eeea..2394aa9 100755 --- a/distiller/apputils/data_loaders.py +++ b/distiller/apputils/data_loaders.py @@ -71,7 +71,7 @@ def load_data(dataset, data_dir, batch_size, workers, validation_split=0.1, dete Args: dataset: a string with the name of the dataset to load (cifar10/imagenet) - data_dir: the directory where the datset resides + data_dir: the directory where the dataset resides batch_size: the batch size workers: the number of worker threads to use for loading the data validation_split: portion of training dataset to set aside for validation -- GitLab