Changelog Bugfixes - Removes a redundant buggy reshape in the `optimize_coefficients` function which might break if using user-defined cost functions.
0.1.6
Changelog Improvements - Addition of the `optimize` module which includes functions to compute valid candidates of hyperparameters, either via the function given in the paper or via a user-defined cost function.
0.1.5
Changelog Improvements - Testing of models to ensure that they are built properly, load weights and make reasonable predictions.
Bugfixes - Major bug where only a single EfficientNet model could be built (and subsequent models would throw shape mismatch errors in Add()) is now fixed.
0.1.4
Changelog New Weights
- Weights for the B4 and B5 models are now available, and have been ported. - The code for the models have been updated to default load those weights.
0.1.3
Changelog Bugfix
- Fix weight loading issues due to incorrect parameter parsing in `round_filters(...)`