We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4667eba commit 1efab2fCopy full SHA for 1efab2f
pretrainedmodels/models/xception.py
@@ -33,7 +33,7 @@
33
pretrained_settings = {
34
'xception': {
35
'imagenet': {
36
- 'url': 'http://data.lip6.fr/cadene/pretrainedmodels/xception-b0b7af25.pth',
+ 'url': 'http://data.lip6.fr/cadene/pretrainedmodels/xception-b5690688.pth',
37
'input_space': 'RGB',
38
'input_size': [3, 299, 299],
39
'input_range': [0, 1],
@@ -230,4 +230,4 @@ def xception(num_classes=1000, pretrained='imagenet'):
230
# TODO: ugly
231
model.last_linear = model.fc
232
del model.fc
233
- return model
+ return model
0 commit comments