Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#367 fix: Request correct hydra-core

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:hotfix/ALG-000_hydra-req
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  1. defaults:
  2. - cityscapes_dataset_params
  3. - _self_
  4. train_dataset_params:
  5. transforms:
  6. - ColorJitterSeg:
  7. brightness: 0.5
  8. contrast: 0.5
  9. saturation: 0.5
  10. - RandomFlipSeg:
  11. prob: 0.5
  12. - RandomRescaleSeg:
  13. scales: [ 0.5, 2. ]
  14. - PadShortToCropSizeSeg:
  15. crop_size: [ 1024, 1024 ]
  16. fill_mask: 19
  17. - CropImageAndMaskSeg:
  18. crop_size: [ 1024, 1024 ]
  19. mode: random
  20. train_dataloader_params:
  21. batch_size: 6
  22. val_dataloader_params:
  23. batch_size: 6
Discard
Tip!

Press p or to see the previous file or, n or to see the next file