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:bug/SG-861_decouple_qat_from_train_from_config
dataset_dir: /data/supervisely-persons batch_size: 8 train_dataset_params: root_dir: ${..dataset_dir} list_file: train.csv cache_labels: False cache_images: False transforms: - SegRandomRescale: scales: [ 0.25, 1. ] - SegColorJitter: brightness: 0.5 contrast: 0.5 saturation: 0.5 - SegRandomFlip: prob: 0.5 - SegPadShortToCropSize: crop_size: [ 320, 480 ] fill_mask: 0 - SegCropImageAndMask: crop_size: [ 320, 480 ] mode: random val_dataset_params: root_dir: ${..dataset_dir} list_file: val.csv cache_labels: False cache_images: False transforms: - SegResize: h: 480 w: 320 train_dataloader_params: dataset: SuperviselyPersonsDataset shuffle: True batch_size: ${..batch_size} drop_last: True val_dataloader_params: dataset: SuperviselyPersonsDataset batch_size: ${..batch_size} drop_last: False _convert_: all
Press p or to see the previous file or, n or to see the next file