File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.3 .0"
1+ __version__ = "0.4 .0"
22from .model import EfficientNet
33from .utils import (
44 GlobalParams ,
Original file line number Diff line number Diff line change 18181919AUTHOR = 'Luke'
2020REQUIRES_PYTHON = '>=3.5.0'
21- VERSION = '0.3 .0'
21+ VERSION = '0.4 .0'
2222
2323# What packages are required for this module to be executed?
2424REQUIRED = [
Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ python load_tf_weights.py \
1919 --tf_checkpoint ../pretrained_tensorflow/efficientnet-b0/ \
2020 --output_file ../pretrained_pytorch/efficientnet-b0.pth
2121```
22+
23+ <!-- Here is a helpful utility:
24+ mv efficientnet-b0.pth efficientnet-b0-$(sha256sum efficientnet-b0.pth | head -c 8).pth
25+ -->
You can’t perform that action at this time.
0 commit comments