Antonín Skala

Results 100 comments of Antonín Skala

I can confirm that, without dxvk, fusion run without problem with logo, but for my setup, fusion become much less responsive.

Hi, there is my setup: Dell Inspiron 5501 with intel i7-1165G7 and Nvida Geforge MX330. Ubuntu 21.04 X64 11GB RAM 2TB nvme ssd Xorg. I use Nvidia when traveling. At...

> Result: Does not work. 3D viewport is empty: > ![image](https://user-images.githubusercontent.com/3830916/132573443-39520cc9-663e-4692-b77d-22cdb63048e1.png) Hi @alexswerner, for me, Fusion logo stays visible always when any version of directx is set in Preferences. Check...

Problem is with pip packages: PyInstaller==3.6 Setuptools NumPy==1.16.0 Related issues: [ #3982](https://github.com/pyinstaller/pyinstaller/issues/3982) [ #1963](https://github.com/pypa/setuptools/issues/1963) I solved it with changing requirement: NumPy==1.18.3 Setuptools==46.1.3 PyInstaller==4.0 dev branch I think, when PyInstaller 4.0...

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 or it is bug.

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 ... ```

Another fresh copy from git: `precise-train-incremental subaru.net subaru/` ```Using TensorFlow backend. 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: cannot open shared object...

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 with: `mycroft-pip install...

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 load precise not from...

@andreselizondo-adestech fix works good. incremental training works good. It only complain about `params` file. `Warning: Failed to load parameters from /srv/mycroft-precise/subaru.tflite.params` But I have still problems with installing engine to...