Spaces:
Build error
Build error
Commit
·
3a96035
1
Parent(s):
8361abe
Update xception.py
Browse files- xception.py +1 -1
xception.py
CHANGED
@@ -36,7 +36,7 @@ pretrained_settings = {
|
|
36 |
}
|
37 |
}
|
38 |
|
39 |
-
PRETAINED_WEIGHT_PATH = '
|
40 |
|
41 |
class SeparableConv2d(nn.Module):
|
42 |
def __init__(self, in_channels, out_channels, kernel_size=1, stride=1, padding=0, dilation=1, bias=False):
|
|
|
36 |
}
|
37 |
}
|
38 |
|
39 |
+
PRETAINED_WEIGHT_PATH = 'xception-b5690688.pth'
|
40 |
|
41 |
class SeparableConv2d(nn.Module):
|
42 |
def __init__(self, in_channels, out_channels, kernel_size=1, stride=1, padding=0, dilation=1, bias=False):
|