in-die-nibelungen

Results 6 issues of in-die-nibelungen

Hello. I'm very interested in inference on FPGA. Found nngen and trying out some examples. `cnn.py` and `mlp.py` examples can be run without any problem, but an error, which is...

### Describe the bug The page stays black when accessing https://rhysd.github.io/vim.wasm/ with firefox. " '' should be object " appears on the bottom of the page as shown in the...

### Description After an illegal power off, my Coral Dev Board Mini have not been able to boot up. The attached [CoralDevBoardMini_Boot_Failed.txt](https://github.com/google-coral/edgetpu/files/9026513/CoralDevBoardMini_Boot_Failed.txt) is the log message when booting got from...

type:support
subtype:ubuntu/linux
Hardware:Dev Board Mini

The paper says that PFLD 1X and PFLD 0.25X has 12.5 Mb and 2.1 Mb, respectively. As far as I confirmed with `thop.profile` and `torchsummary.summary`, the number of parameters of...

I'd like to try out PFLD 0.25X performance, but it's not provided. I made some changes on `__init__()` of `pfld.py` as follows: ``` class PFLDInference(nn.Module): def __init__(self, width_mult=1.0): super(PFLDInference, self).__init__()...

Hi, @hqjenny Thank you very much for sharing your great work!! I'm try running CoDeNet on ultra96v2 with `sw/codenet.ipynb`. The following error occurs when invoking the accelerator, meaning 'batch.hwh' is...