1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- Model: FastSCNN
- Transforms:
- - Resize:
- interp: LINEAR
- keep_ratio: false
- target_size: !!python/tuple
- - 512
- - 512
- - Normalize:
- apply_to_tar: true
- max_val:
- - 255.0
- - 255.0
- - 255.0
- mean:
- - 0.5
- - 0.5
- - 0.5
- min_val:
- - 0
- - 0
- - 0
- std:
- - 0.5
- - 0.5
- - 0.5
- - ReloadMask: {}
- _Attributes:
- best_accuracy: !!python/object/apply:numpy.core.multiarray.scalar
- - !!python/object/apply:numpy.dtype
- args:
- - f8
- - false
- - true
- state: !!python/tuple
- - 3
- - <
- - null
- - null
- - null
- - -1
- - -1
- - 0
- - !!binary |
- C4nV3z986T8=
- best_model_epoch: 3
- eval_metrics:
- miou: 0.796417176414509
- fixed_input_shape: null
- in_channels: null
- labels:
- - buildings
- - non-buildings
- model_type: segmenter
- num_classes: 2
- _init_params:
- losses: null
- num_classes: 2
- use_mixed_loss: false
- completed_epochs: 3
- raw_params:
- in_channels: 3
- num_classes: 2
- status: Normal
- version: 2.2.0
|