convert_keras_model()
does not work as expected for BinaryDenseNet37 Dilated and XNORNet
#744
Labels
bug
Something isn't working
I tried using python 3.6 + LCE 0.6.2 and python 3.7/3.8 + LCE 0.7.0 to run the following code, and the tflite file generated has unexpected sizes:
For python 3.6 + LCE 0.6.2:
XNOR tflite: 88.9 MB
BinaryDenseNet37 tflite: 25.6 MB
For python 3.7/3.8 + LCE 0.7.0:
XNOR tflite: 235.2 MB
BinaryDenseNet37 tflite: 5.4 MB (this looks normal)
Do you know what is causing this and what will be a solution? Thanks a lot!
The text was updated successfully, but these errors were encountered: