From dacdbec41b548ef29c2423e502cbaa602545b77b Mon Sep 17 00:00:00 2001 From: Thomas Churchman Date: Wed, 1 Apr 2020 22:29:59 +0200 Subject: [PATCH] Fix training hours in model configurations. --- configs/nocrash/resnet34imnet10-nospeed.yaml | 2 +- configs/nocrash/resnet34imnet100-nospeed.yaml | 2 +- configs/nocrash/resnet34imnet100.yaml | 2 +- configs/nocrash/resnet34imnet10S1.yaml | 2 +- configs/nocrash/resnet34imnet10S2.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/nocrash/resnet34imnet10-nospeed.yaml b/configs/nocrash/resnet34imnet10-nospeed.yaml index 9e43322b..ff5cd112 100644 --- a/configs/nocrash/resnet34imnet10-nospeed.yaml +++ b/configs/nocrash/resnet34imnet10-nospeed.yaml @@ -23,7 +23,7 @@ TRAIN_DATASET_NAME: 'CoILTrain' # The name of the training dataset used. Must b AUGMENTATION: None # The image augmentation applied on every input image DATA_USED: 'all' # The part of the data to be used USE_NOISE_DATA: True # If we use the noise data. -NUMBER_OF_HOURS: 50 # Number of hours to be taken from the input data +NUMBER_OF_HOURS: 10 # Number of hours to be taken from the input data #### Testing Related Parameters #### TEST_SCHEDULE: [2000, 100000] # The frequency the model is actually tested. diff --git a/configs/nocrash/resnet34imnet100-nospeed.yaml b/configs/nocrash/resnet34imnet100-nospeed.yaml index f14a664a..27017c32 100644 --- a/configs/nocrash/resnet34imnet100-nospeed.yaml +++ b/configs/nocrash/resnet34imnet100-nospeed.yaml @@ -23,7 +23,7 @@ TRAIN_DATASET_NAME: 'CoILTrain' # The name of the training dataset used. Must b AUGMENTATION: None # The image augmentation applied on every input image DATA_USED: 'all' # The part of the data to be used USE_NOISE_DATA: True # If we use the noise data. -NUMBER_OF_HOURS: 50 # Number of hours to be taken from the input data +NUMBER_OF_HOURS: 100 # Number of hours to be taken from the input data #### Testing Related Parameters #### TEST_SCHEDULE: [2000, 100000] # The frequency the model is actually tested. diff --git a/configs/nocrash/resnet34imnet100.yaml b/configs/nocrash/resnet34imnet100.yaml index f14a664a..27017c32 100644 --- a/configs/nocrash/resnet34imnet100.yaml +++ b/configs/nocrash/resnet34imnet100.yaml @@ -23,7 +23,7 @@ TRAIN_DATASET_NAME: 'CoILTrain' # The name of the training dataset used. Must b AUGMENTATION: None # The image augmentation applied on every input image DATA_USED: 'all' # The part of the data to be used USE_NOISE_DATA: True # If we use the noise data. -NUMBER_OF_HOURS: 50 # Number of hours to be taken from the input data +NUMBER_OF_HOURS: 100 # Number of hours to be taken from the input data #### Testing Related Parameters #### TEST_SCHEDULE: [2000, 100000] # The frequency the model is actually tested. diff --git a/configs/nocrash/resnet34imnet10S1.yaml b/configs/nocrash/resnet34imnet10S1.yaml index 9e43322b..ff5cd112 100644 --- a/configs/nocrash/resnet34imnet10S1.yaml +++ b/configs/nocrash/resnet34imnet10S1.yaml @@ -23,7 +23,7 @@ TRAIN_DATASET_NAME: 'CoILTrain' # The name of the training dataset used. Must b AUGMENTATION: None # The image augmentation applied on every input image DATA_USED: 'all' # The part of the data to be used USE_NOISE_DATA: True # If we use the noise data. -NUMBER_OF_HOURS: 50 # Number of hours to be taken from the input data +NUMBER_OF_HOURS: 10 # Number of hours to be taken from the input data #### Testing Related Parameters #### TEST_SCHEDULE: [2000, 100000] # The frequency the model is actually tested. diff --git a/configs/nocrash/resnet34imnet10S2.yaml b/configs/nocrash/resnet34imnet10S2.yaml index 9e43322b..ff5cd112 100644 --- a/configs/nocrash/resnet34imnet10S2.yaml +++ b/configs/nocrash/resnet34imnet10S2.yaml @@ -23,7 +23,7 @@ TRAIN_DATASET_NAME: 'CoILTrain' # The name of the training dataset used. Must b AUGMENTATION: None # The image augmentation applied on every input image DATA_USED: 'all' # The part of the data to be used USE_NOISE_DATA: True # If we use the noise data. -NUMBER_OF_HOURS: 50 # Number of hours to be taken from the input data +NUMBER_OF_HOURS: 10 # Number of hours to be taken from the input data #### Testing Related Parameters #### TEST_SCHEDULE: [2000, 100000] # The frequency the model is actually tested.