You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Generic EfficientNet (from my standalone [GenMobileNet](https://github.com/rwightman/genmobilenet-pytorch)) - A generic model that implements many of the mobile optimized architecture search derived models that utilize similar DepthwiseSeparable and InvertedResidual blocks
33
-
* EfficientNet (B0-B4) (https://arxiv.org/abs/1905.11946) -- validated, compat with TF weights
33
+
* EfficientNet (B0-B5) (https://arxiv.org/abs/1905.11946) -- validated, compat with TF weights
34
34
* MNASNet B1, A1 (Squeeze-Excite), and Small (https://arxiv.org/abs/1807.11626)
35
35
* MobileNet-V1 (https://arxiv.org/abs/1704.04861)
36
36
* MobileNet-V2 (https://arxiv.org/abs/1801.04381)
@@ -187,9 +187,6 @@ To run inference from a checkpoint:
187
187
188
188
## TODO
189
189
A number of additions planned in the future for various projects, incl
190
-
* Find optimal training hyperparams and create/port pretraiend weights for the generic MobileNet variants
191
190
* Do a model performance (speed + accuracy) benchmarking across all models (make runable as script)
192
-
* More training experiments
193
-
* Make folder/file layout compat with usage as a module
194
191
* Add usage examples to comments, good hyper params for training
195
192
* Comments, cleanup and the usual things that get pushed back
0 commit comments