Skip to content

issues Search Results · repo:Cadene/pretrained-models.pytorch language:Python

Filter by

184 results
 (55 ms)

184 results

inCadene/pretrained-models.pytorch (press backspace or delete to remove)

I get python_path site-packages/pretrainedmodels/models/dpn.py:255: SyntaxWarning: is with a literal. Did you mean == ? if block_type is proj : I get this warning in the following lines: 255, ...
  • shaharma93
  • 2
  • Opened 
    12 days ago
  • #235

setuptools 78.0.1 starts emitting an error for this deprecated metatag. https://github.com/pypa/setuptools/issues/4910 Though after the outrage it is reverting back this blocking error, let s update this. ...
  • lagamura
  • 1
  • Opened 
    on Mar 24
  • #232

1. Description When trying to download the pretrained weights for densenetXXX, the following error occurs: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate ...
  • a-sato-vs
  • 1
  • Opened 
    on Jan 27
  • #230

As #197 and #206 have pointed out, there are some inconsistencies with the implementation of Inception-ResNet-v2 and the paper. @agsourav highlights that the stem seems to be that of Inception-ResNet-v1 ...
  • jiversivers
  • 1
  • Opened 
    on Jun 27, 2024
  • #228

For anyone in the same boat, this will fix it: state_dict = torch.load(f {torch.hub.get_dir()}\checkpoints\xception-43020ad28.pth ) state_dict[ last_linear.weight ] = state_dict.pop( fc.weight ) state_dict[ ...
  • jiversivers
  • Opened 
    on May 31, 2024
  • #227

could i get the pretrained image net for grayscale version? i used the RadImageNet for medical image fine tune, but the result is very poor, is there anyone experienced the same with me?
  • juwita-sj
  • Opened 
    on Apr 21, 2024
  • #226

https://github.com/Cadene/pretrained-models.pytorch/blob/8aae3d8f1135b6b13fed79c1d431e3449fdbf6e0/pretrainedmodels/models/fbresnet.py#L152 In fbresnet.py,the forward method contains irrelevant attributes. ...
  • wujunliang00
  • 1
  • Opened 
    on Sep 12, 2023
  • #225

Please add the module six to your requirements, sinc you use it in pretrainedmodels/datasets/voc.py(6) .
  • JSchuerz
  • 1
  • Opened 
    on Jul 6, 2023
  • #224

新的torchvision0.14在加载模型的时候已经弃用了pretrained, 而是使用weights, 当我在加载resnet50的时候出现的如下的警告。 model = pretrainedmodels.__dict__[ resnet50 ]() ...\torchvision\models\_utils.py:208: UserWarning: The parameter pretrained ...
  • lcycode
  • Opened 
    on Nov 11, 2022
  • #223

Hi! I m trying to download pretrained densenet169 and getting error certificate verify failed: certificate has expired . import pretrainedmodels pretrainedmodels.densenet169(num_classes=1000, pretrained= ...
  • qaohv
  • 2
  • Opened 
    on Jul 6, 2022
  • #222
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub