Skip to content
Closed
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
12 changes: 6 additions & 6 deletions benchmarks/cloudmask/cloudMaskConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ platform: nvidia gtx-2
accelerators_per_node: 16

# Training data
train_dir: ~/sciml_bench/datasets/cloud_slstr_ds1/one-day
train_dir: ./datasets/training

# Inference data
inference_dir: ~/sciml_bench/datasets/cloud_slstr_ds1/ssts
inference_dir: ./datasets/inference

# Model file
model_file : ~/sciml_bench/outputs/slstr_cloud/cloudModel.h5
model_file : ./outputs/cloudModel.h5

# Output directory
output_dir : ~/sciml_bench/outputs/slstr_cloud
output_dir : ./outputs

# Log file for recording runtimes
log_file: ./cloudMask_Log
log_file: ./outputs/cloudMask_Log

# Log file for MLCommons logging
mlperf_logfile: ./mlperf_cloudmask.log
mlperf_logfile: ./outputs/mlperf_cloudmask.log

# Size of each patch to feed to the network
PATCH_SIZE: 256
Expand Down
Loading