程序员Faith
程序员Faith
欢迎关注我的公众号,Faith写字的地方。记录工作后去加拿大读研
欢迎关注我的公众号:Faith写字的地方,我是国内工作去了加拿大
I suggest make-sense should add the concept of projects. We can click ```new project``` to start our work and save for next time.
Hello all, are there any prebuilt ground side docker images that can be run on the X86 machine now?
> @iamfaith why a docker image? Just curious... my case is to use something like my nuc sized ground station The scenario for me is that I can pick up...
same here
pi@raspberrypi:~/cONNXr-master $ ./build/connxr test/tiny_yolov2/Model.onnx test/tiny_yolov2/test_data_set_0/input_0.pb Loading model test/tiny_yolov2/Model.onnx...[ENTRY 1] src/utils.c:144 entering function openOnnxFile [TRACE 1] src/utils.c:161 length of file is 63480982 [EXIT 1] src/utils.c:165 exiting function openOnnxFile ok! Loading input...
pi@raspberrypi:~/cONNXr-master $ CONNXR_TRACE_FUNCTION="prepare_operator__ai_onnx__mul__7:9" ./build/connxr test/tiny_yolov2/Model.onnx test/tiny_yolov2/test_data_set_0/input_0.pb Loading model test/tiny_yolov2/Model.onnx...[ENTRY 1] src/utils.c:144 entering function openOnnxFile [TRACE 1] src/utils.c:161 length of file is 63480982 [EXIT 1] src/utils.c:165 exiting function openOnnxFile ok! Loading...
Dolly like GPT-J quantized success but load fail gptj_model_load: tensor 'transformer.h.0.mlp.fc_in.weight' has wrong shape in model file: got [4096, 16384], expected [16384, 4096]
same here in raspberry pi zero. Does anyone solve it?