Alexander Robles

Results 14 comments of Alexander Robles

Hi @Shreeyak ! the tag v4LT28.2.1 works well? I found an issue when trying to run makeKernel.sh: drivers/net/wireless/bcmdhd_pcie/dhd_linux.c:8512:40: note: each undeclared identifier is reported only once for each function it...

Hi everyone! I got the same issue, I think it depends on which version of gcc this repository uses to build gpu_implementation. I found the following references: https://github.com/Zardinality/TF-deformable-conv/issues/1 https://github.com/tensorflow/tensorflow/issues/15002

HI! @m00dy you can try, remember that I compiled Yolo on Ubuntu 16.04 for Jetson TX2. Jetson nano uses Ubuntu 18.04. I think the most important part is what version...

Another nice solution: Install transformer lib by running this command: `pip install -q git+https://github.com/zphang/transformers@c3dc391` that worked well here