Skip to content

Commit

Permalink
Update src/transformers/models/resnet1d/configuration_resnet.py
Browse files Browse the repository at this point in the history
Co-authored-by: amyeroberts <[email protected]>
  • Loading branch information
minesh1291 and amyeroberts authored May 21, 2024
1 parent 997ae56 commit 7ee29b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/resnet1d/configuration_resnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from ..deprecated._archive_maps import RESNET_PRETRAINED_CONFIG_ARCHIVE_MAP # noqa: F401, E402


class ResNetConfig(BackboneConfigMixin, PretrainedConfig):
class ResNet1dConfig(BackboneConfigMixin, PretrainedConfig):
r"""
This is the configuration class to store the configuration of a [`ResNetModel`]. It is used to instantiate an
ResNet model according to the specified arguments, defining the model architecture. Instantiating a configuration
Expand Down

0 comments on commit 7ee29b6

Please sign in to comment.