Open struss opened 4 years ago
Have you seen any tflite models having variable as true
? or do you know the purpose of this attribute?
Currnetly, I'm working on UnidirectionalSeqeuenceLSTM
implementaion on luci and one of this input(the input that use as a state) have a property as a true
. model attached on this is one example.
Sorry for make a PR about so hastily. I will make a draft PR for this.
Currently, tflchef and some other modules are not handle
is_variable
which is in TFlite schema file.So, I think we need to add code for handle this.