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.