Skip to content

Commit b28d3a3

Browse files
committed
Update info in README.md & docs/encoders.rst to add mbv3, & update requirements.txt for torchvision 0.9.0
1 parent 2e19618 commit b28d3a3

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The main features of this library are:
1212

1313
- High level API (just two lines to create a neural network)
1414
- 9 models architectures for binary and multi class segmentation (including legendary Unet)
15-
- 104 available encoders
15+
- 106 available encoders
1616
- All encoders have pre-trained weights for faster and better convergence
1717

1818
### [📚 Project Documentation 📚](http://smp.readthedocs.io/)
@@ -284,6 +284,8 @@ The following is a list of supported encoders in the SMP. Select the appropriate
284284
|Encoder |Weights |Params, M |
285285
|--------------------------------|:------------------------------:|:------------------------------:|
286286
|mobilenet_v2 |imagenet |2M |
287+
|mobilenet_v3_large |imagenet |3M |
288+
|mobilenet_v3_small |imagenet |1M |
287289

288290
</div>
289291
</details>

docs/encoders.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,15 @@ EfficientNet
252252
MobileNet
253253
~~~~~~~~~
254254

255-
+-----------------+------------+-------------+
256-
| Encoder | Weights | Params, M |
257-
+=================+============+=============+
258-
| mobilenet\_v2 | imagenet | 2M |
259-
+-----------------+------------+-------------+
255+
+---------------------+------------+-------------+
256+
| Encoder | Weights | Params, M |
257+
+=====================+============+=============+
258+
| mobilenet\_v2 | imagenet | 2M |
259+
+---------------------+------------+-------------+
260+
| mobilenet\_v3_large | imagenet | 3M |
261+
+---------------------+------------+-------------+
262+
| mobilenet\_v2_small | imagenet | 1M |
263+
+---------------------+------------+-------------+
260264

261265
DPN
262266
~~~

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torchvision>=0.3.0
1+
torchvision==0.9.0
22
pretrainedmodels==0.7.4
33
efficientnet-pytorch==0.6.3
44
timm==0.3.2

0 commit comments

Comments
 (0)