You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
regnetx-3.2gf: don't download anything at conversion time
The pycls.models.model_zoo.regnetx function downloads the config file, which
is bad, because:
a) all downloading is supposed to be done by the downloader, and
b) there's no integrity checking on the downloaded file (and in fact, the file
can change, because the link points to the master branch of the repository),
which endangers the security and reproducibility of the conversion process.
Add the config file to the list of the model's files and change the model
creation code to avoid the unwanted download.
0 commit comments