Skip to content

Commit 105ad40

Browse files
authored
Update README.md
1 parent 2e74931 commit 105ad40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ python to_tflite.py
7373
python to_pytorchlite.py
7474
```
7575

76-
NOTE!!! I updated the models so that they should work with recent timm library. However, for v0.1 version, please be sure that EfficientNet models for PyTorch are based on old timm 0.4.5 package, so that exactly tis version should be installed by the following command:
76+
NOTE!!! I updated the models so that they should work with recent timm library. However, for v0.1 version, please be sure that EfficientNet models for PyTorch are based on old timm 0.4.5 package, so that exactly this version should be installed by the following command:
7777
```
7878
pip install timm==0.4.5
7979
```

0 commit comments

Comments
 (0)