TrappedBear
TrappedBear
root@693d7b78020c:/home/newnfs/lambda-cloud-new/lambda-cloud/nxg001/tensorflow# bazel-bin/home/newnfs/lambda-cloud-new/lambda-cloud/nxg001/tensorflow/python/tools/freeze_graph --input_graph=/ home/newnfs/lambda-cloud-new/lambda-cloud/nxg001/graph.proto --input_checkpoint=/home/newnfs/lambda-cloud-new/lambda-cloud/nxg001/ckpt/model.ckpt --output_graph=frozen_graph.pb --output_node_names=fc2/add --input_binary=Truebash: bazel-bin/home/newnfs/lambda-cloud-new/lambda-cloud/nxg001/tensorflow/python/tools/freeze_graph: No such file or directory root@693d7b78020c:/home/newnfs/lambda-cloud-new/lambda-cloud/nxg001/tensorflow#
@Rahn80643 you mean erro happend due to different builds, can show the Makefile which generated from CMake.
> The error msg says it can't open yolov31.weights. Do you have this file? The command line shows > you're using yolov3.weights. Something's not right here. Frist,thanks for your rely....
> Yeah, but the error msg you posted says it's looking for yolov31.cfg. That's kind of odd. yea,I try to take some ways to solve it
> I have meet same problem. But its easy to solve. > I think you should make same mistake with me,just put yolov3.weights file into /cfg. > You should put...
Hi,@matheusfalcaopinto, warning show CL Backend use a deprecated interface, but maybe not lead to Segmentation fault. Can check which opencl version on your devices? Mali-T860 GPU has deponded on opencl...
@kylesayrs from output, it seem thats can not find libarmnn.so ,can you check that libarmnn.so is exit on the path "/build/armnn-YyCEBh/armnn-22.05.01" just like [BuildGuideNative.md](https://github.com/ARM-software/armnn/blob/branches%2Farmnn_22_05/delegate/BuildGuideNative.md) `cd $BASEDIR/armnn/delegate/build ./DelegateUnitTests --test-suite=*CpuAcc* ` or...
Nobody reply?OK Now,Cpuinfo should use **logical cpu cluste**r device node to parse cpu cluster rather than use **physical cpu cluster**!!! We nedd to add a new cpuinfo device node to...
> I think some of that is being added as part of RISC-V bringup, but I wonder if it could be landed separately... Hi,malfet, what is means about " I...
**Application**: uint32_t uarch_index = cpuinfo_get_current_uarch_index();-> const struct cpuinfo_uarch_info* cpuinfo_uarch_info = cpuinfo_get_uarch(uarch_index); (cpuinfo_uarchs,init->fill uarchs in it)-> cpuinfo_uarch_info->uarch ;(Type of CPU microarchitecture ) **Cpuinfo**: sibling_package_leader_id ->package_leader_id -> processors[sibling].package_leader_id cpuinfo_arm_linux_init->cpuinfo_linux_detect_core_siblings->cluster_siblings_parser ``` static bool...