We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e7dfd commit 844bd65Copy full SHA for 844bd65
hubconf.py
@@ -3,7 +3,7 @@
3
from model.fcanet import fcanet50 as _fcanet50
4
from model.fcanet import fcanet101 as _fcanet101
5
from model.fcanet import fcanet152 as _fcanet152
6
-
+import torch
7
# entrypoints:
8
def fca34(pretrained=False):
9
model = _fcanet34(pretrained=pretrained)
0 commit comments