Skip to content

TFLite file larger than expected #696

Answered by Tombana
andynader asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @andynader,

Our tflite support currently includes 2-dimensional binary convolutions but not 1-dimensional ones. It should work if you use a 2D convolution but with height (or width) set to 1 and filter size (3,1) (or (1,3)). The UpSampling1D layers become UpSampling2D with size=(1,x).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by andynader
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants