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

#581 Bug/sg 512 shuffle bugfix in recipe datalaoders

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:bug/SG-512_shuffle_bugfix_in_recipe_datalaoders
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  1. from .conv_bn_act_block import ConvBNAct
  2. from .conv_bn_relu_block import ConvBNReLU
  3. from .repvgg_block import RepVGGBlock
  4. from .se_blocks import SEBlock, EffectiveSEBlock
  5. from .skip_connections import Residual, SkipConnection, CrossModelSkipConnection, BackboneInternalSkipConnection, HeadInternalSkipConnection
  6. __all__ = [
  7. "ConvBNAct",
  8. "ConvBNReLU",
  9. "RepVGGBlock",
  10. "SEBlock",
  11. "EffectiveSEBlock",
  12. "Residual",
  13. "SkipConnection",
  14. "CrossModelSkipConnection",
  15. "BackboneInternalSkipConnection",
  16. "HeadInternalSkipConnection",
  17. ]
Discard
Tip!

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