PhilGlau

Results 18 issues of PhilGlau

Performs a software calibration of the 6050 to zero it out. Could possibly be extended to write the calibrations to the 6050 registers with a bit of rework.

enhancement

Right now it seems like generate.py using a lot of cuda memory during inference. For example. I trained a small 2 layer 150 hidden sized GRU network on the Shakespeare...

I get the following error after installing the version of caffe provided in the 'caffe.zip' file Ubuntu 14.04, CUDNN 5.1, Cuda 8, Intel MKL ``` g++ -g -O2 -c gpudm_wrap.cxx...

Following the [nano setup instructions](https://docs.donkeycar.com/guide/robot_sbc/setup_jetson_nano/) no longer seems to work with current links. In particular, the current (a/o 2020-05-25) SD card nv-jetson-nano-sd-card-image-r32.4.2 comes with Cuda 10.2 on it which is...

**Describe the bug** Attempting to use the 'timecode' or 'timestamp' option of the drawtext filter does not seem to work. ffmpeg WASM indicates the following errors: ``` [fferr] [drawtext @...

As a side question, has anybody managed to get the [deepmatching GPU](http://lear.inrialpes.fr/src/deepmatching/) code to compile on Ubuntu? It seems to have been written against some version of caffe/protobuf that no...

Decided to build a new environment. Created a python 3.11 environment After installing nemo==1.21.0 I get: ``` ERROR: pip's dependency resolver does not currently take into account all the packages...

I'm working from a fresh install of Ubuntu 16.04 with CUDA 8.0 and CUDNN 5.1 and an Anaconda install of python 2.7. I've confirmed that my install of CUDA is...

I'm recently updated my cudnn to 5.1 and thought to recompile cudarray. In hindsight this might not have been needed, but now I seem to have broken my install. (It...

Is it possible to set up arrays using FP16 rather than FP32 ?? (I didn't see anything obvious. Looks like the code using fp32 right now. I seem to recall...