Yawen Li

Results 10 comments of Yawen Li

Hi @garrows, the error says: `require-2.2.0.js:143 Uncaught Error: Module name "browser-serialport" has not been loaded yet for context: _. Use require([])` my html is like this: ``` Title $(function ()...

Hi @garrows , I have installed require. I thought the require is the require of Nodejs. Complicated! `npm install -g require` Then I run the command: `require compile ./index.js >...

@AlexanderSuv , can I set local source like this: `` OS: CentOS

Thanks @Wovchena. I've run the demo from the doc. It seems work with image rather than audio. Meanwhile the device name is not shown in the available_devices. Here is the...

Hi Thanks, @domi-papoi , here is the output of running dla_compiler ``` yawen@yawen-desktop-pc:~$ cd $COREDLA_WORK/demo/models/public/resnet-50-tf/FP32 yawen@yawen-desktop-pc:~/dev/project-ASR/demo/models/public/resnet-50-tf/FP32$ dla_compiler \ > --march $COREDLA_ROOT/example_architectures/AGX7_Performance.arch \ > --network-file ./resnet-50-tf.xml \ > --foutput-format=open_vino_hetero \ >...

Thanks, the mismatch issue is gone, and the output shows DIAGNOSTIC_PASSED. However, there is an error in the output: ICD diagnostics FAILED. Is it related to the OpenVino-not-recoginzied-FPGA-device issue? ```...

Thanks for explanation. The resnet-50-tf.xml model seems OK by dla_compiler. However, the available devices still don't contain FPGA. ``` (openvino_env) yawen@yawen-desktop-pc:~/dev/project-ASR/demo/models/public/resnet-50-tf/FP32$ dla_compiler \ > --march $COREDLA_ROOT/example_architectures/AGX7_Performance.arch \ > --network-file ./resnet-50-tf.xml...

That’s great to hear that. The reason I install version 2022 is because FPGA ai suite 2023 require openvino 2022. Is it necessary to install fpga ai suite for recognizing...

没有逗号哦,我只放了一个车次

``` [GLOBAL] # 12306 用户账号 username = # 12306 用户密码 password = # 浏览器(需下载对应驱动) browser=chrome [TICKET] # 起始站名,多个起始站名用逗号(英文)隔开 from_station=无锡 # 到达站名,多个到达站名用逗号(英文)隔开 to_station=九江 # 是否查询一段时间的火车票情况(Y/N) range_query=N # 需定的火车票时间。如果想查询某个区间日期(range_query= Y),在下方填入查询区间最早日期与最晚日期,用逗号隔开,如: # date...