andreselizondo-adestech

Results 27 comments of andreselizondo-adestech

Do we have any news on this? It'd be great to have support for this on precise-runner (for lightweight applications). Training wouldn't need to be done on TF Lite.

Hello all! I've forked the project and updated it to use TF 2.2.0 (currently using 2.2.0rc2 as official release is yet to come) and Keras 2.3.1 You can find the...

> Thanks for submitting this, I'll flag this for @MatthewScholefield and @joshua-montgomery who knows more about precise. > > You might want to sign the Mycroft CLA to make sure...

> > > Hello, I tried this from original repo. > When I run `precise-convert hey-computer.net` > it will generate just `hey-computer.pb` - `hey-computer.pb.params` is missing. Do I something wrong...

> Nope, started with fresh copy from `andreselizondo-adestech:dev ` > > ``` > precise-convert hey-mycroft_cz.net > Converting hey-mycroft_cz.net to hey-mycroft_cz.pb ... > ``` I see what you're saying. We only...

> Another fresh copy from git: > `precise-train-incremental subaru.net subaru/` > > ``` > Loading from subaru.net... > 2020-04-20 20:57:50.799362: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1:...

> Yes, I did read before posting. I am just curious if you can do something with it. > > Edit: I also tried to inject it to mycroft core...

> Only `network_runner.py` I can find in mycroft-core is your, but still if I edit it change is not visible in mycroft core. > > Edit: > Found it, mycroft...

@Tony763 I've implemented a [quick fix for incremental_training](https://github.com/andreselizondo-adestech/mycroft-precise/tree/incremental_training). Let me know if it works for you. Note: TF2.0 saves to 'tf' format by default, only if the filename has extension...

Hello @Tony763, sorry for the delay. 1. Regarding the params warning, this is okay. Since the TFLite model is not meant to be trained, you don't need to save params,...