Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoSaverioZuppichini committed Apr 6, 2022
1 parent df5cbed commit 9e244da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/transformers/models/regnet/configuration_regnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

class RegNetConfig(PretrainedConfig):
r"""
This is the configuration class to store the configuration of a [`RegNetModel`]. It is used to instantiate a
RegNet model according to the specified arguments, defining the model architecture. Instantiating a configuration
with the defaults will yield a similar configuration to that of the
This is the configuration class to store the configuration of a [`RegNetModel`]. It is used to instantiate a RegNet
model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
defaults will yield a similar configuration to that of the
[facebook/regnet-y-40](https://huggingface.co/facebook/regnet-y-40) architecture.
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
Expand Down

0 comments on commit 9e244da

Please sign in to comment.