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...