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

#548 Split and rename the modules from super_gradients.common.environment

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:hotfix/SG-000-refactor_environment_package
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
32
  1. defaults:
  2. - cityscapes_dataset_params
  3. - _self_
  4. train_dataset_params:
  5. transforms:
  6. # for more options see common.factories.transforms_factory.py
  7. - SegColorJitter:
  8. brightness: 0.1
  9. contrast: 0.1
  10. saturation: 0.1
  11. - SegRandomFlip:
  12. prob: 0.5
  13. - SegRandomRescale:
  14. scales: [ 0.4, 1.6 ]
  15. - SegPadShortToCropSize:
  16. crop_size: 1024
  17. fill_image: [ 19, 0, 0 ]
  18. fill_mask: 19 # ignored label idx
  19. - SegCropImageAndMask:
  20. crop_size: 1024
  21. mode: random
  22. train_dataloader_params:
  23. batch_size: 4
  24. val_dataloader_params:
  25. batch_size: 4
Discard
Tip!

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