Dun Liang

Results 5 issues of Dun Liang

看到有介绍深度学习系统相关的工作,必须要赞一个,看到计算图章节提到了动态图和静态图,另外,清华计图团队在计算图方面有非常多的研究,相关论文:https://cg.cs.tsinghua.edu.cn/jittor/papers/ 《Jittor: a novel deep learning framework with meta-operators and unified graph execution》 这篇工作提出了统一计算图,兼顾动态图易于调试和静态图易于优化两者的优点,同时还提出元算子抽象,并且对Nvidia、华为Ascend、寒武纪、OpenCL、ROCm等多种硬件设备进行了支持,我的微信:randonlang,可以一起参与讨论。

discussion
confirmed
Priority P0

I find out that the implementation of [CreateHttpCacheBackendFactory](https://github.com/electron/brightray/blob/5a9508026352b3ca4a91a5ee25d6c3712dd93c9c/browser/url_request_context_getter.cc#L93), does not use the switch (--disk-cache-size=...), it set the cache size to zero, cause the cache size caculate by `net::HttpCache::DefaultBackend` and ignore...

enhancement

https://github.com/liuruiyang98/Jittor-summary/blob/3842c79c4db59b03a5acab1aa8ba23d6085ed53b/jittorsummary/jittorsummary.py#L13 可以在这一行添加一个修饰符`@jt.flag_scope(use_cuda=0)`来强制使用cpu