|
341 | 341 | "\n", |
342 | 342 | "Use the `mnv2_deeplabv3_pascal` experiment configuration, as defined by `tfm.vision.configs.semantic_segmentation.mnv2_deeplabv3_pascal`.\n", |
343 | 343 | "\n", |
344 | | - "Please find all the registered experiements [here](https://www.tensorflow.org/api_docs/python/tfm/core/exp_factory/get_exp_config)\n", |
| 344 | + "Please find all the registered experiments [here](https://www.tensorflow.org/api_docs/python/tfm/core/exp_factory/get_exp_config)\n", |
345 | 345 | "\n", |
346 | 346 | "The configuration defines an experiment to train a [DeepLabV3](https://arxiv.org/pdf/1706.05587.pdf) model with MobilenetV2 as backbone and [ASPP](https://arxiv.org/pdf/1606.00915v2.pdf) as decoder.\n", |
347 | 347 | "\n", |
|
420 | 420 | "exp_config.task.train_data.dtype = 'float32'\n", |
421 | 421 | "exp_config.task.train_data.output_size = [HEIGHT, WIDTH]\n", |
422 | 422 | "exp_config.task.train_data.preserve_aspect_ratio = False\n", |
423 | | - "exp_config.task.train_data.seed = 21 # Reproducable Training Data\n", |
| 423 | + "exp_config.task.train_data.seed = 21 # Reproducible Training Data\n", |
424 | 424 | "\n", |
425 | 425 | "# Validation Data Config\n", |
426 | 426 | "exp_config.task.validation_data.input_path = val_data_tfrecords\n", |
|
429 | 429 | "exp_config.task.validation_data.output_size = [HEIGHT, WIDTH]\n", |
430 | 430 | "exp_config.task.validation_data.preserve_aspect_ratio = False\n", |
431 | 431 | "exp_config.task.validation_data.groundtruth_padded_size = [HEIGHT, WIDTH]\n", |
432 | | - "exp_config.task.validation_data.seed = 21 # Reproducable Validation Data\n", |
| 432 | + "exp_config.task.validation_data.seed = 21 # Reproducible Validation Data\n", |
433 | 433 | "exp_config.task.validation_data.resize_eval_groundtruth = True # To enable validation loss" |
434 | 434 | ] |
435 | 435 | }, |
|
0 commit comments