Xinran Xu
Xinran Xu
@systemcrash `subprocess.run` is called with `shell=False`(as default argument), I believe there's no relevance with the type of shell. To answer your question: I'm using bash.
@lijiansong VGG 这些模型实在有些古老,所以在复现的时候就没有首先选这些。欢迎大家给我们的 ModelHub 提交模型呀~
> 精度在ImageNetV2上与官方实现约有4%的掉点(主要误差可能集中在图像处理部分,本实现采用opencv中的双三次插值,官方实现使用PIL,经过测试输入约有1e-2级别的误差) 这个掉点有点多,感觉只是差值方式应该没这么大差异,想确认一下图像 RGB channel 顺序是否有问题?(PIL 是 RGB,opencv 是 BGR)
Multimodel 是不是应该叫 Multimodality 更合适?
I will compare checksum for integrity during transmission. Still hope to know, it's there any possible to avoid SEGFAULT when opening an partial file?
No, you can't recover from an SEGFAULT error, no matter in which language.
Sorry for saying `Can't handle SEGFAULT in any language`, we can definitely recover by handling singal. It's hard to recover from SEGFAULT in following code, you can have a try....
Already supported in v1.10.1 Check here: https://www.megengine.org.cn/doc/stable/zh/reference/api/megengine.functional.diag.html?highlight=diag#megengine.functional.diag
@chenqy4933 看起来官网上的文档没做好同步
Supporting C++ model here https://github.com/lutzroeder/netron/pull/956