Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/nocrash/resnet34imnet10-nospeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configs/nocrash/resnet34imnet100-nospeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configs/nocrash/resnet34imnet100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configs/nocrash/resnet34imnet10S1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configs/nocrash/resnet34imnet10S2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down