ultralytics 8.2.37 update temporary_modules and Remove YOLOv9e Silence module (#13819)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
3f90100d5e
commit
821e5fa477
4 changed files with 20 additions and 23 deletions
|
|
@ -672,18 +672,6 @@ class SPPELAN(nn.Module):
|
|||
return self.cv5(torch.cat(y, 1))
|
||||
|
||||
|
||||
class Silence(nn.Module):
|
||||
"""Silence."""
|
||||
|
||||
def __init__(self):
|
||||
"""Initializes the Silence module."""
|
||||
super(Silence, self).__init__()
|
||||
|
||||
def forward(self, x):
|
||||
"""Forward pass through Silence layer."""
|
||||
return x
|
||||
|
||||
|
||||
class CBLinear(nn.Module):
|
||||
"""CBLinear."""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue