Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
Deci-AI:master
deci-ai:feature/SG-266_clean_trainer_ctor
train_dataset_params: root_dir: /data/supervisely-persons list_file: train.csv cache_labels: False cache_images: False transforms: - RandomRescaleSeg: scales: [ 0.25, 1. ] - ColorJitterSeg: brightness: 0.5 contrast: 0.5 saturation: 0.5 - RandomFlipSeg: prob: 0.5 - PadShortToCropSizeSeg: crop_size: [ 320, 480 ] fill_mask: 0 - CropImageAndMaskSeg: crop_size: [ 320, 480 ] mode: random val_dataset_params: root_dir: /data/supervisely-persons list_file: val.csv cache_labels: False cache_images: False transforms: - ResizeSeg: h: 480 w: 320 train_dataloader_params: batch_size: 8 drop_last: True val_dataloader_params: batch_size: 8 drop_last: False _convert_: all
Press p or to see the previous file or, n or to see the next file