Skip to content

Commit 334ea69

Browse files
authored
Update modified_resnet.py
1 parent 49d1e37 commit 334ea69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlagEmbedding/visual/eva_clip/modified_resnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from torch import nn
55
from torch.nn import functional as F
66

7-
from eva_clip.utils import freeze_batch_norm_2d
7+
from FlagEmbedding.visual.eva_clip.utils import freeze_batch_norm_2d
88

99

1010
class Bottleneck(nn.Module):

0 commit comments

Comments
 (0)