Sandro Miccoli

Results 12 comments of Sandro Miccoli

Had the same error. Installed using `npm install svgexport -g'. First a just ran the command without any parameters, and it worked fine. When trying to export a higher resolution...

> It seems it is a Puppeteer issue because of file size. Is there a way to solve it? Or at least find a way around this issue? I would...

Thanks for the quick reply! Ok, got the #141 and tried running the ./setup.sh, this was the output: ``` $ ./setup.sh Reading package lists... Done Building dependency tree Reading state...

Ok, so tried unpinning from setup.py but didn't work. I found [this guide on installing tensorflow-2.2.0 on RPi 4](https://qengineering.eu/install-tensorflow-2.2.0-on-raspberry-pi-4.html) and the installation went ok. Had to install it directly in...

Well, still no success... I'm following [these steps](https://github.com/MycroftAI/mycroft-precise/wiki/Training-your-own-wake-word#how-to-train-your-own-wake-word) to train my own word. Everything went well until `precise-training-incremental`: ``` $ precise-train-incremental myword.net myword/ -r data/random/ Loading wake-word... Loading not-wake-word... Loading...

After changing to your tf2 branch I left the `precise-train-incremental` running over night (process started at 23h and finished at 5:30). Now I tried to test the data set and...

I saved the output of the `precise-train-incremental` to a log file, here are the last lines: ``` ... Starting file data/random/snow_globe_turned_around.wav... 100% Starting file data/random/STE-028.wav... 100% Starting file data/random/snow_globe_shaken.wav... 100%...

Nope, I tried 3 times but on all of them I got the same `Field number 0 is illegal.` message.

@kbromer so you have the same setup? RPi 4B buster headless clean environment? Did you have to install TensorFlow 2.2.0 "by hand" or you had success with the standard mycroft-precise...

Thanks @kbromer, still no success here... Started with a new clean environment, installed TF2.2 via whl file, recorded some audio samples with `precise-collect` and now tried to run `precise-train` and...