Oliver Xu

Results 26 comments of Oliver Xu

见 #1123 注:build和执行的环境是同一个

> 请问当 执行 `$ python onnx2tnn.py -h` 时,除了报错 "Segmentation fault: 11" 之外,还有其他的报错信息吗? 没有其他信息了 > 建议你检查下,你编译用的 Python 和 你执行 onnx2tnn.py 是否是同一个版本? 是同一个版本。log里面都是anaconda base 的环境,Python 3.8.3 谢谢回复,那我再看看。我确认一下:直接执行 `$ python onnx2tnn.py -h` 也应当是正常work的对吧?

Same on Monterrey 12.5, with release 4.0.0 Also I'm suggesting using the 👍ThumbUp icon (in Top-Right button in each comment) to report on the same issue, so that every one...

After a quick scan, It seemed that the macos pkg only contains a shell script. git clone this repo and run `sh scripts/postinstall` should have the same effect as installing...

Referring to: https://thecoatlessprofessor.com/programming/cpp/r-compiler-tools-for-rcpp-on-macos/ I'm gaining confidence that my instructions are correct. If you have no idea for what "toolchain", "CMake", "environment" means, just follow these steps: > Open the Terminal...

I may have a solution for this. See #39 In short, "just goto [gfortran-for-macOS's release page](https://github.com/fxcoudert/gfortran-for-macOS/releases) and find one suitable for you Mac" C++ toolchain in R is just xcode...

> 遇到相同的问题了,请问解决了吗 没有。 用 docker 来转吧

Could you try https://github.com/apple/coremltools/pull/2050 to see if it fixes this problem ? Or could you provide a standalone minimum example for reproduce ?

> > Could you try #2050 to see if it fixes this problem ? Or could you provide a standalone minimum example for reproduce ? > > I tried to...

My PR focused on "padding" and failed to fix this problem. I've encountered the same situation on another net structure with a similar root cause. I'll try to generalize my...