Skip to content

Commit

Permalink
Merge branch 'master' into lrfind-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Nov 1, 2021
2 parents 58d89f6 + db8c5fe commit b6f6678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holocron/models/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import torch.nn as nn
from holocron.nn import BlurPool2d
from typing import List, Optional, Any, Callable, Tuple
from torchvision.models.utils import load_state_dict_from_url
from torch.hub import load_state_dict_from_url


__all__ = ['conv_sequence', 'load_pretrained_params', 'fuse_conv_bn']
Expand Down

0 comments on commit b6f6678

Please sign in to comment.