Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Holocron
Holocron

Package Reference

  • holocron.models
  • holocron.nn
  • holocron.nn.functional
  • holocron.ops
  • holocron.optim
  • holocron.utils
  • holocron.utils.data
Back to top
View this page
Edit this page

darknet53¶

holocron.models.darknet53(pretrained=False, progress=True, **kwargs)[source]¶

Darknet-53 from “YOLOv3: An Incremental Improvement”

Parameters:
  • pretrained (bool) – If True, returns a model pre-trained on ImageNet

  • progress (bool) – If True, displays a progress bar of the download to stderr

Returns:

classification model

Return type:

torch.nn.Module

Copyright © 2019-2024, François-Guillaume Fernandez
Made with Sphinx and @pradyunsg's Furo
On this page
  • darknet53
    • darknet53()