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

#875 Feature/sg 761 yolo nas

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-761-yolo-nas
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
33
34
35
36
37
38
39
40
41
  1. defaults:
  2. - cityscapes_dataset_params
  3. - _self_
  4. train_dataset_params:
  5. transforms:
  6. - SegColorJitter:
  7. brightness: 0.5
  8. contrast: 0.5
  9. saturation: 0.5
  10. - SegRandomFlip:
  11. prob: 0.5
  12. - SegRandomRescale:
  13. scales: [ 0.5, 2.0 ]
  14. - SegPadShortToCropSize:
  15. crop_size: [ 1024, 1024 ]
  16. fill_mask: 19
  17. - SegCropImageAndMask:
  18. crop_size: [ 1024, 1024 ]
  19. mode: random
  20. val_dataset_params:
  21. transforms:
  22. - SegRescale:
  23. long_size: 1024
  24. - SegPadShortToCropSize:
  25. crop_size: [ 1024, 1024 ]
  26. fill_mask: 19
  27. train_dataloader_params:
  28. batch_size: 2
  29. shuffle: True
  30. val_dataloader_params:
  31. batch_size: 2
  32. shuffle: False
Discard
Tip!

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