Huaqi Fang
Huaqi Fang
Hi, I tried to convert an LSTM model from TF to ONNX, part of the code related to LSTM is as below: ``` keep_prob = tf.constant(1.0) #tf.placeholder(tf.float32,name="keepProb") h_fc1_drop = tf.nn.dropout(h_fc1,...
Hi genius, is there any accuracy testing script in python to calculated the pre-trained model provided by author? I want to reproduce the mAP result by using existing script, could...
Hi @ivankravets , I am using _**platform-nuclei 1.0.11**_, and debug the program on board, I am able to start and connect to debugger, but when I click stop debugger when...
**Is your feature request related to a problem? Please describe.** I didn't find a way to save or restore the terminator window state, it is useful, when I have opened...
Maybe we can have a VSCode plugin for nuclei sdk in future, which provide the following features: * Automatically download or use existing Nuclei SDK source code base * Create...
根据文档所描述的 https://doc.nucleisys.com/hbirdv2/quick_start/ide.html 下载IDE,发现没法和最新的IDE匹配上请更新。 这里的文档能匹配的应该是 2020.09版本   最新的 2022.04版本无法正常使用,最新的版本使用的是NPK方式,请参照IDE文档。 蜂鸟v1/v2这里采用的hbird-sdk的NPK包,可以从https://github.com/riscv-mcu/hbird-sdk/releases/tag/0.1.3 这里下载zip包,然后通过Nuclei Package Management导入,然后使用Create Nuclei RISC-V C/C++ Project选择HummingBird对应的开发板和SoC创建对应的使用用例。
Hi there, Spike is actually a great functional model for riscv processor starter, but I found that there is no windows support for it, any plan to add support for...
**How to do a good PR:** 1. checkout to **master** branch first, then pull update from upstream, **never directly make changes in master branch** 2. checkout new feature branch, such...
> See https://github.com/Nuclei-Software/nuclei-linux-sdk/blob/dev_nuclei_next/Makefile#L172-L179. If you are do linux sdk development in remote machine, and your board is connect to your local PC, and you want to upload or debug freeloader...
Using Nuclei QEMU 2022.08 met above issue, check with ldd. ~~~shell nuclei@8dd23cfd9e26:~$ ldd ./prebuilt/qemu/bin/qemu-system-riscv64 linux-vdso.so.1 (0x00007fffaff18000) libpixman-1.so.0 => not found libgio-2.0.so.0 => not found libgobject-2.0.so.0 => not found libglib-2.0.so.0 =>...