Skip to content
Merged
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
1 change: 1 addition & 0 deletions samples/config_classification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ model:
final_layer: None, # can be either sigmoid, softmax or none (none == regression)
amp: False, # Set if you want to use Automatic Mixed Precision for your operations or not - options: True, False
n_channels: 3, # set the input channels - useful when reading RGB or images that have vectored pixel types
class_list: [0,1,2], # this is to classify 3 classes, denoted by 0,1,2 in the main csv file - change as needed
}
# metrics to evaluate the validation performance
metrics:
Expand Down