DrDeng@THU
DrDeng@THU
Could fn.py do something like this functional concatenation? def f1(a): return a def f2(b): return b def f3(a, b): return a+b ([f1, f2] >> f3) (3, 2) = 5
pybind11 is much better than boost, which many libraries has migrated to and is header only. https://github.com/pybind/pybind11
If it is, could you provide a roadmap or some hints?
densenet, mobilenet with which learning strategy? as DSOD did? DSOD: Learning Deeply Supervised Object Detectors from Scratch. In ICCV 2017. https://github.com/szq0214/DSOD

**Describe the bug** in dom/nodes/node/Node.ts:disconnectedFromNode API ```typescript public [PropertySymbol.disconnectedFromNode](): void { if (this[PropertySymbol.nodeType] !== NodeTypeEnum.documentFragmentNode) { this[PropertySymbol.rootNode] = null; } const tagName = (this)[PropertySymbol.tagName]; if (tagName !== 'STYLE') { this[PropertySymbol.styleNode]...