Justin

Results 8 issues of Justin

![Screenshot from 2019-09-01 17-30-32](https://user-images.githubusercontent.com/7379482/64083030-4db4a080-ccde-11e9-9939-9a1c82f19525.png) I was running some code through papermill commandline interface and noticed on my output notebooks that some cells look incomplete. The cell in question (above) takes...

![image](https://i.imgur.com/avGctOF.png) Some functionality seems to work, like `torch::zeros`. However, if I try to use `torch::from_blob` I get the following errors: ``` IncrementalExecutor::executeFunction: symbol '__emutls_v._ZSt11__once_call' unresolved while linking [cling interface function]!...

Find faster gui framework besides matplotlib...

Two things which should maybe be added to the README: 1) First, the user should be added to the `docker` group so the docker build commands can run without sudo....

enhancement
documentation
triaged

Don't see it explicitly supported here. But this module in particular looks pretty powerful (claims of 275 TOPs) so might potentially enable some more advanced real-time processing that the nanos...

Was taking a look at: [https://www.raspberrypi.com/documentation/accessories/camera.html](https://www.raspberrypi.com/documentation/accessories/camera.html) Was wondering if there is more information on the roles of `XHS`, `XVS`, and `XTRIG` in synchronized capture? Coming from USB machine vision cameras...

question
camera 📷

For some reason `minicom` works fine, but the serial monitor in clion the first time I run: ``` #include #include "pico/stdlib.h" int main() { stdio_init_all(); printf("Hello, world!\n"); return 0; }...

Not sure if it's more appropriate to post here or on the nanopb github, but I've noticed to get nanopb to work I have to do: ``` set(CMAKE_TOOLCHAIN_FILE "/home/blaberj/stm32-cmake/cmake/stm32_gcc.cmake") set(CMAKE_C_FLAGS...