RedContritio
RedContritio
my [re-implement](https://github.com/RedContritio/shan_shui_inf) with typescript. I did not analyze it, however, maybe a version with strong type can make it easier to understand.
I have rewritten this project in react with typescript. maybe it will help to understand. [my project](https://github.com/RedContritio/shan_shui_inf)
Before discussing call mutually, I don't think it's a good design which has interdependency. You shall make dependence be a chain, but not a ring.
I found it's possible that `block.bootstrap.pytorch` is shadowed by package `block`, but there is no `fusions` in `block` package. **As a solution**: 1. uninstall `block` and `block.bootstrap.pytorch` first. 2. install...
> @RedContritio 这样改回去,又很容易出现api_difference里面写的与外面的映射目录不一致的问题吧,感觉以前这种方法更好 这部分是用来合入 release/2.6 的,用来先维持这个 release 的可用性,因为现在还没有定位到构建不一致的问题,所以先用这个方法绕过看看
已经合入,但是 [官网 2.6 文档](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/model_convert/convert_from_pytorch/pytorch_api_mapping_cn.html) 仍未更新,怀疑官网没有再次构建
定位分析:这里目前只考虑了 `cudnn.benchmark` 作为值 (getter) 的用法,尚未处理 setter (operator=) 的操作。