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

#643 PPYolo-E

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-344-PP-Yolo-E-Training-Replicate-Recipe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. defaults:
  2. - imagenet_dataset_params
  3. train_dataset_params:
  4. root: /data/Imagenet/train
  5. transforms:
  6. - RandomResizedCropAndInterpolation:
  7. size: 224
  8. interpolation: random
  9. - RandomHorizontalFlip
  10. - RandAugmentTransform:
  11. config_str: rand-m9-mstd0.5
  12. crop_size: 224
  13. img_mean: ${dataset_params.img_mean} # Use default value from imagenet_dataset_params
  14. - ToTensor
  15. - Normalize:
  16. mean: ${dataset_params.img_mean} # Use default value from imagenet_dataset_params
  17. std: ${dataset_params.img_std} # Use default value from imagenet_dataset_params
  18. - RandomErase:
  19. probability: 0.2
  20. value: random
  21. train_dataloader_params:
  22. batch_size: 256
Discard
Tip!

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